*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 7 May 1999 18:49:09 +0000 (18:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 May 1999 18:49:09 +0000 (18:49 +0000)
tests/touch/dir-1 [new file with mode: 0755]

diff --git a/tests/touch/dir-1 b/tests/touch/dir-1
new file mode 100755 (executable)
index 0000000..bbfbd68
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+# Make sure touch can operate on a directory.
+# This was broken in the 4.0[efg] test releases.
+
+if test "$VERBOSE" = yes; then
+  set -x
+  touch --version
+fi
+
+fail=0
+touch . || fail=1
+exit $fail