summaryrefslogtreecommitdiff
path: root/tests/touch/dir-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/dir-1')
-rwxr-xr-xtests/touch/dir-12
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/touch/dir-1 b/tests/touch/dir-1
index bbfbd68a6..383e00df4 100755
--- a/tests/touch/dir-1
+++ b/tests/touch/dir-1
@@ -7,6 +7,8 @@ if test "$VERBOSE" = yes; then
touch --version
fi
+. $srcdir/../test-lib.sh
+
fail=0
touch . || fail=1
exit $fail