diff options
Diffstat (limited to 'tests/du/bigtime')
-rwxr-xr-x | tests/du/bigtime | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/du/bigtime b/tests/du/bigtime index 1498719f5..b33b80126 100755 --- a/tests/du/bigtime +++ b/tests/du/bigtime @@ -30,11 +30,11 @@ case "$future_time" in *" $bignum "*) : ;; *' Dec 4 300627798676 '*) - skip_test_ "file system and localtime both handle big timestamps" ;; + skip_ "file system and localtime both handle big timestamps" ;; *) - skip_test_ "file system or localtime mishandles big time stamps:" \ + skip_ "file system or localtime mishandles big time stamps:" \ "$future_time" ;; -esac || skip_test_ "file system cannot represent big time stamps" +esac || skip_ "file system cannot represent big time stamps" printf "0\t$bignum\tfuture\n" > exp || framework_failure_ printf "du: time $bignum is out of range\n" > err_ok || framework_failure_ |