summaryrefslogtreecommitdiff
path: root/tests/du/bigtime
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/bigtime')
-rwxr-xr-xtests/du/bigtime6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/du/bigtime b/tests/du/bigtime
index d665cb820..03f9e76e0 100755
--- a/tests/du/bigtime
+++ b/tests/du/bigtime
@@ -30,10 +30,10 @@ case "$future_time" in
*" $bignum "*)
: ;;
*' Dec 4 300627798676 '*)
- skip_ "file system and localtime both handle big timestamps" ;;
+ skip_test_ "file system and localtime both handle big timestamps" ;;
*)
- skip_ "file system or localtime mishandles big time stamps: $future_time" ;;
-esac || skip_ "file system cannot represent big time stamps"
+ skip_test_ "file system or localtime mishandles big time stamps: $future_time" ;;
+esac || skip_test_ "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_