diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/touch/no-create-missing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/no-create-missing b/tests/touch/no-create-missing index c94d8f175..ab7cf265e 100755 --- a/tests/touch/no-create-missing +++ b/tests/touch/no-create-missing @@ -1,5 +1,5 @@ #!/bin/sh -# Ensure that touch -c no-such-file no longer fails. +# Ensure that touch -c no-such-file no longer fails (it did in 4.1.8). if test "$VERBOSE" = yes; then set -x |