tests: work around F17-valgrind sort-stale-thread-mem failure
[coreutils.git] / tests / touch / dir-1
blobb4c04fe4111a5befedc4b483db7ad01e3c9592e8
1 #!/bin/sh
2 # Make sure touch can operate on a directory.
3 # This was broken in the 4.0[efg] test releases.
5 . "${srcdir=.}/init.sh"; path_prepend_ ../src
6 print_ver_ touch
8 touch . || fail=1
9 Exit $fail