diff options
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 |