diff options
author | EuAndreh <eu@euandre.org> | 2021-06-22 18:18:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-22 18:24:15 -0300 |
commit | d5297540b17e1fe8ff0971bbc06184eb29c080e6 (patch) | |
tree | 6c72564b5ea06dd8ca0db05f4a68592bd544ff00 /tests/install-uninstall.sh | |
parent | src/git-permalink.sh.in, tests/remotes.sh: Address ShellCheck issues (diff) | |
download | git-permalink-d5297540b17e1fe8ff0971bbc06184eb29c080e6.tar.gz git-permalink-d5297540b17e1fe8ff0971bbc06184eb29c080e6.tar.xz |
aux/tests-lib.sh: Add uuid() function, use it on tests
Diffstat (limited to 'tests/install-uninstall.sh')
-rwxr-xr-x | tests/install-uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install-uninstall.sh b/tests/install-uninstall.sh index f4340e2..c0b402a 100755 --- a/tests/install-uninstall.sh +++ b/tests/install-uninstall.sh @@ -3,7 +3,7 @@ set -u . aux/tests-lib.sh -TEST_DESTDIR="$PWD/tests/destdirs/$(uuidgen)" +TEST_DESTDIR="$PWD/tests/destdirs/$(uuid)" PATH="$TEST_DESTDIR/usr/local/bin:$PATH" test_install_uninstall_targets() { |