diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls/time-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/time-1 b/tests/ls/time-1 index f3bcf6f9d..5c4deb30b 100755 --- a/tests/ls/time-1 +++ b/tests/ls/time-1 @@ -85,7 +85,7 @@ In the output below, the date of last access for \`a' should have been $u1. EOF ls --full -lu a - framework_failure=1 + (exit 77); exit ;; esac |