aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 18:50:37 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 18:51:03 -0300
commitd3faf9644490a191a16c148a3f4f865b730e5188 (patch)
tree767723a0bcde9177ee191e24f5a687d902255fd3
parentsrc/git-permalink.sh: Fix ShellCheck errors (diff)
downloadgit-permalink-d3faf9644490a191a16c148a3f4f865b730e5188.tar.gz
git-permalink-d3faf9644490a191a16c148a3f4f865b730e5188.tar.xz
tests/xdg-open: Remove unused file
-rwxr-xr-xtests/cli-opts.sh2
-rwxr-xr-xtests/xdg-open7
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: $@"