From: Jim Meyering Date: Fri, 13 May 2011 21:37:23 +0000 (+0200) Subject: maint: avoid syntax-check failure due to long line X-Git-Tag: v8.13~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d152a1ed72968ae3624a76e155fe16b240348dc;p=thirdparty%2Fcoreutils.git maint: avoid syntax-check failure due to long line * tests/du/bigtime (future_time): Split long line. --- diff --git a/tests/du/bigtime b/tests/du/bigtime index 03f9e76e0b..1498719f57 100755 --- a/tests/du/bigtime +++ b/tests/du/bigtime @@ -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_