summaryrefslogtreecommitdiffstats
path: root/tests/ts/cramfs
diff options
context:
space:
mode:
authorKarel Zak2012-10-15 17:28:02 +0200
committerKarel Zak2012-10-15 17:28:02 +0200
commit72980306ec41702e9f95ceaa664c205f670fdd77 (patch)
treed86d50103d76176c407551c3148b1f28fabebbc0 /tests/ts/cramfs
parenttests: skip ipcs limits overflow when bc is not available (diff)
downloadkernel-qcow2-util-linux-72980306ec41702e9f95ceaa664c205f670fdd77.tar.gz
kernel-qcow2-util-linux-72980306ec41702e9f95ceaa664c205f670fdd77.tar.xz
kernel-qcow2-util-linux-72980306ec41702e9f95ceaa664c205f670fdd77.zip
tests: add mising "export" keyword
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/cramfs')
-rwxr-xr-xtests/ts/cramfs/mkfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/cramfs/mkfs b/tests/ts/cramfs/mkfs
index 99d682fb8..e5fa47ffc 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