diff options
author | EuAndreh <eu@euandre.org> | 2021-06-28 07:22:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-28 07:23:33 -0300 |
commit | 9ff2e3088d04a069b786f30a0fd86bccd7c0686e (patch) | |
tree | a01691686958c349ecb02c260ed989328212e9e2 /tests/install-uninstall.sh | |
parent | TODOs.md: Add #task-06c8ef1b-15ed-5932-3391-8c02ff759e7a (diff) | |
download | remembering-9ff2e3088d04a069b786f30a0fd86bccd7c0686e.tar.gz remembering-9ff2e3088d04a069b786f30a0fd86bccd7c0686e.tar.xz |
git mv tests/tests-lib.sh tests/lib.sh
Diffstat (limited to '')
-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 90d75eb..267382f 100755 --- a/tests/install-uninstall.sh +++ b/tests/install-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. tests/tests-lib.sh +. tests/lib.sh TEST_DESTDIR="$PWD/tests/destdirs/$(uuid)" PATH="$TEST_DESTDIR/usr/local/bin:$PATH" |