diff options
author | EuAndreh <eu@euandre.org> | 2023-11-13 08:13:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-13 08:13:46 -0300 |
commit | 4b317ae7447b51bed8f55524e8e7a6c0e0283d91 (patch) | |
tree | 7c066b4e3dbca170d4fb4659e15e10628a6d0f69 /tests/assert-deps.sh | |
parent | tests/assert-uninstall.sh: Split from assert-install.sh (diff) | |
download | papod-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-x | tests/assert-deps.sh | 1 |
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)" |