[PATCH] Unset TZ in t5000
authorMark Allen <redacted>
Tue, 14 Jun 2005 17:09:39 +0000 (10:09 -0700)
committerLinus Torvalds <redacted>
Tue, 14 Jun 2005 19:08:06 +0000 (12:08 -0700)
Unset TZ to force GMT in test #4 and add a set of parens around
the length function in the awk script.

Signed-off-by: Mark Allen <redacted>
Acked-by: Rene Scharfe <redacted>
Signed-off-by: Linus Torvalds <redacted>
t/t5000-tar-tree.sh

index fdd9957984904e0635fc5f4e72947ea29cb953ba..6d72ed34c10f734bc0f22a0155d789130548bc6d 100644 (file)
@@ -50,8 +50,9 @@ test_expect_success \
 
 test_expect_success \
     'validate file modification time' \
-    'tar tvf b.tar a/a |
-     awk \{print\ \$4,\ length\(\$5\)\<7\ ?\ \$5\":00\"\ :\ \$5\} >b.mtime &&
+    'TZ= tar tvf b.tar a/a |
+     awk \{print\ \$4,\ \(length\(\$5\)\<7\)\ ?\ \$5\":00\"\ :\ \$5\} \
+     >b.mtime &&
      echo "2005-05-27 22:00:00" >expected.mtime &&
      diff expected.mtime b.mtime'
 
git clone https://git.99rst.org/PROJECT