maint: avoid syntax-check failure due to long line
authorJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 21:37:23 +0000 (23:37 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 21:37:23 +0000 (23:37 +0200)
* tests/du/bigtime (future_time): Split long line.

tests/du/bigtime

index 03f9e76..1498719 100755 (executable)
@@ -32,7 +32,8 @@ case "$future_time" in
 *' Dec  4  300627798676 '*)
   skip_test_ "file system and localtime both handle big timestamps" ;;
 *)
-  skip_test_ "file system or localtime mishandles big time stamps: $future_time" ;;
+  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_