diff options
Diffstat (limited to 'tests/touch/empty-file')
-rwxr-xr-x | tests/touch/empty-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/empty-file b/tests/touch/empty-file index e93bf0ac0..e927d4aa9 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-file @@ -22,7 +22,7 @@ # the empty file is on an NFS-mounted 4.2 volume. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && touch --version +print_ver_ touch DEFAULT_SLEEP_SECONDS=2 SLEEP_SECONDS=${SLEEP_SECONDS=$DEFAULT_SLEEP_SECONDS} |