diff options
author | EuAndreh <eu@euandre.org> | 2021-08-05 16:26:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-05 16:30:13 -0300 |
commit | a322078bc7f1dedd1040d8a66698a7890f9921a7 (patch) | |
tree | 21759a41681a558e8cc33571f0364f3dc8550473 | |
parent | TODOs.md: Add #task-db34da8d-bf61-43ae-b8f0-f2299834a937 (diff) | |
download | git-permalink-a322078bc7f1dedd1040d8a66698a7890f9921a7.tar.gz git-permalink-a322078bc7f1dedd1040d8a66698a7890f9921a7.tar.xz |
mv tests/tests-lib.sh tests/lib.sh
Diffstat (limited to '')
-rwxr-xr-x | tests/cli-opts.sh | 2 | ||||
-rwxr-xr-x | tests/lib.sh (renamed from tests/tests-lib.sh) | 0 | ||||
-rwxr-xr-x | tests/remotes.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 44dc6ce..7d38a37 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. tests/tests-lib.sh +. tests/lib.sh export PATH="$PWD/tests:$PATH" diff --git a/tests/tests-lib.sh b/tests/lib.sh index 06a5b54..06a5b54 100755 --- a/tests/tests-lib.sh +++ b/tests/lib.sh diff --git a/tests/remotes.sh b/tests/remotes.sh index 76aea04..3fff205 100755 --- a/tests/remotes.sh +++ b/tests/remotes.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. tests/tests-lib.sh +. tests/lib.sh TEST_PREFIX="$PWD/tests/prefix/$(uuid)" make PREFIX="$TEST_PREFIX" install 1>/dev/null |