diff options
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/ls-time.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/ls-time.sh b/tests/misc/ls-time.sh index 09a0fc180..709a0034c 100755 --- a/tests/misc/ls-time.sh +++ b/tests/misc/ls-time.sh @@ -71,7 +71,7 @@ In the output below, the date of last modification for 'a' should have been $t3. EOF ls --full -l a - framework_failure_ + skip_ "touch -m -d '$t3' didn't work" ;; esac |