aboutsummaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 19:03:20 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 19:05:15 -0300
commit11a4b536213001baba63c05ed56879ff508f03b0 (patch)
tree43b8ec63d942dbc82ab73ef6a3143224dc5a1c57 /tests/cli-opts.sh
parentsrc/git-permalink.sh: Fix bad treatment of -p flag (diff)
downloadgit-permalink-11a4b536213001baba63c05ed56879ff508f03b0.tar.gz
git-permalink-11a4b536213001baba63c05ed56879ff508f03b0.tar.xz
Revert "tests/xdg-open: Remove unused file"
This reverts commit d3faf9644490a191a16c148a3f4f865b730e5188. The file was not actually unused, but used in tests to avoid side effects when running them.
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-xtests/cli-opts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index befff4d..aa065d9 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -3,6 +3,8 @@ set -u
. aux/tests-lib.sh
+export PATH="$PWD/tests:$PATH"
+
test_help_flags() {
testing 'help flags'