From: Karel Zak Date: Mon, 15 Oct 2012 15:28:02 +0000 (+0200) Subject: tests: add mising "export" keyword X-Git-Tag: v2.23-rc1~617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72980306ec41702e9f95ceaa664c205f670fdd77;p=thirdparty%2Futil-linux.git tests: add mising "export" keyword Signed-off-by: Karel Zak --- diff --git a/tests/ts/cramfs/mkfs b/tests/ts/cramfs/mkfs index 99d682fb8e..e5fa47ffce 100755 --- a/tests/ts/cramfs/mkfs +++ b/tests/ts/cramfs/mkfs @@ -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