maint: silence deprecated module warning
[coreutils.git] / tests / touch / dir-1.sh
blobcb0e17275118c507ecfda753621a4f4973d113b1
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=.}/tests/init.sh"; path_prepend_ ./src
6 print_ver_ touch
8 touch . || fail=1
9 Exit $fail