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 /tests/remotes.sh | |
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 'tests/remotes.sh')
-rwxr-xr-x | tests/remotes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |