From a322078bc7f1dedd1040d8a66698a7890f9921a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 5 Aug 2021 16:26:48 -0300 Subject: mv tests/tests-lib.sh tests/lib.sh --- tests/remotes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/remotes.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 -- cgit v1.2.3