diff options
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)" |