summaryrefslogtreecommitdiffstats
path: root/tests/ts-cramfs-mkfs
diff options
context:
space:
mode:
authorKarel Zak2007-10-11 14:52:40 +0200
committerKarel Zak2007-10-11 14:52:40 +0200
commitfb241307d6150533d005245a03f35b152bee1c01 (patch)
tree9fce88fdb43705154becfd0fea95ef66f72382eb /tests/ts-cramfs-mkfs
parentpo: fix typo in de.po (diff)
downloadkernel-qcow2-util-linux-fb241307d6150533d005245a03f35b152bee1c01.tar.gz
kernel-qcow2-util-linux-fb241307d6150533d005245a03f35b152bee1c01.tar.xz
kernel-qcow2-util-linux-fb241307d6150533d005245a03f35b152bee1c01.zip
tests: exactly define a time format in ls -l output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts-cramfs-mkfs')
-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 affe38d1e..dc7071757 100755
--- a/tests/ts-cramfs-mkfs
+++ b/tests/ts-cramfs-mkfs
@@ -80,7 +80,7 @@ grep -q $DEVICE /proc/mounts
[ "$?" == "0" ] || ts_die "Cannot found $DEVICE in /proc/mounts" $DEVICE
ts_log "list the image"
-ls -laR $TS_MOUNTPOINT >> $TS_OUTPUT
+ls -laR --time-style=long-iso $TS_MOUNTPOINT >> $TS_OUTPUT
echo >> $TS_OUTPUT
ts_log "list checksums from new data"