util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] tests: fix timezone for cramfs
@ 2012-10-05 16:37 Milan Broz
  2012-10-05 16:37 ` [PATCH 2/3] tests: ignore test if kernel doesn't support minix fs Milan Broz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Milan Broz @ 2012-10-05 16:37 UTC (permalink / raw)
  To: util-linux; +Cc: Milan Broz

cramfs test need explicitly set timezone otherwise
ls diff fails with
   cramfs: mkfs checksums ... FAILED (cramfs/mkfs)

Signed-off-by: Milan Broz <mbroz@redhat.com>
---
 tests/ts/cramfs/mkfs |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ts/cramfs/mkfs b/tests/ts/cramfs/mkfs
index db9b08c..99d682f 100755
--- a/tests/ts/cramfs/mkfs
+++ b/tests/ts/cramfs/mkfs
@@ -79,6 +79,7 @@ ts_is_mounted $DEVICE || ts_die "Cannot find $DEVICE in /proc/mounts" $DEVICE
 cd $TS_MOUNTPOINT
 
 ts_log "list the image"
+TZ='GMT-1'
 ls -laR --time-style=long-iso . >> $TS_OUTPUT
 echo >> $TS_OUTPUT
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-09 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 16:37 [PATCH 1/3] tests: fix timezone for cramfs Milan Broz
2012-10-05 16:37 ` [PATCH 2/3] tests: ignore test if kernel doesn't support minix fs Milan Broz
2012-10-05 16:37 ` [PATCH 3/3] tests: fix mount move test to work with shared mount Milan Broz
2012-10-09 11:50 ` [PATCH 1/3] tests: fix timezone for cramfs Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).