summaryrefslogtreecommitdiff
path: root/tests/assert-deps.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-13 08:13:46 -0300
committerEuAndreh <eu@euandre.org>2023-11-13 08:13:46 -0300
commit4b317ae7447b51bed8f55524e8e7a6c0e0283d91 (patch)
tree7c066b4e3dbca170d4fb4659e15e10628a6d0f69 /tests/assert-deps.sh
parenttests/assert-uninstall.sh: Split from assert-install.sh (diff)
downloadpapod-4b317ae7447b51bed8f55524e8e7a6c0e0283d91.tar.gz
papod-4b317ae7447b51bed8f55524e8e7a6c0e0283d91.tar.xz
tests/assert-*.sh: Allow tests to run independently from "all" and from each other
Diffstat (limited to 'tests/assert-deps.sh')
-rwxr-xr-xtests/assert-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assert-deps.sh b/tests/assert-deps.sh
index 0c0f02e..9bfc5ea 100755
--- a/tests/assert-deps.sh
+++ b/tests/assert-deps.sh
@@ -6,6 +6,7 @@ if [ ! -e .git ]; then
exit
fi
+
. tools/lib.sh
F="$(mkstemp)"