diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | tests/all.sh | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -27,7 +27,6 @@ uninstall: $(DESTDIR)$(MANPREFIX)/man5/remembering.5 check: - sh tests/all.sh sh tests/cli-opts.sh if [ -d .git ]; then \ diff --git a/tests/all.sh b/tests/all.sh deleted file mode 100755 index 92b70ea..0000000 --- a/tests/all.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -set -eu |