diff options
-rwxr-xr-x | tests/cli-opts.sh | 2 | ||||
-rwxr-xr-x | tests/xdg-open | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index f1a89c3..6bd6adf 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -3,8 +3,6 @@ set -u . aux/tests-lib.sh -export PATH="$PWD/tests:$PATH" - test_help_flags() { testing 'help flags' diff --git a/tests/xdg-open b/tests/xdg-open deleted file mode 100755 index 871c537..0000000 --- a/tests/xdg-open +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -eu - -# This is a noop executable, to test git-permalink without interating -# with xdg-open proper. - -echo "xdg-open: $@" |