]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add mising "export" keyword
authorKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2012 15:28:02 +0000 (17:28 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2012 15:28:02 +0000 (17:28 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/cramfs/mkfs

index 99d682fb8ec028c2546bd06470c03de84dc15e9e..e5fa47ffce00ad8ba2a60d8b89ec8d4c19feaea5 100755 (executable)
@@ -79,7 +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'
+export TZ='GMT-1'
 ls -laR --time-style=long-iso . >> $TS_OUTPUT
 echo >> $TS_OUTPUT