diff options
author | EuAndreh <eu@euandre.org> | 2021-06-27 16:41:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-27 16:41:35 -0300 |
commit | 64130b77803f14a0d46ae64bec2c405907f77f5f (patch) | |
tree | 639523239fa2bc3771c9c39a0c508ff7afbb5454 /tests/cli-opts.sh | |
parent | TODOs.md: Add #task-d6f1ddb3-2111-bcdb-1873-0a414a5f7157 (diff) | |
download | git-permalink-64130b77803f14a0d46ae64bec2c405907f77f5f.tar.gz git-permalink-64130b77803f14a0d46ae64bec2c405907f77f5f.tar.xz |
git mv aux/tests-lib.sh tests/
Diffstat (limited to 'tests/cli-opts.sh')
-rwxr-xr-x | tests/cli-opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 3cda865..5c54775 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. aux/tests-lib.sh +. tests/tests-lib.sh export PATH="$PWD/tests:$PATH" |