summaryrefslogtreecommitdiffstats
path: root/tests/ts-cramfs-mkfs
diff options
context:
space:
mode:
authorKarel Zak2007-12-06 22:46:00 +0100
committerKarel Zak2007-12-06 22:46:00 +0100
commitb7ea07e0c9b96b83087c41dafdd974909a696dd4 (patch)
tree92d9f101d638e4a47db180d1e7dd37976bc0428b /tests/ts-cramfs-mkfs
parentdocs: add note about incorrect tag 2.13.1 (diff)
downloadkernel-qcow2-util-linux-b7ea07e0c9b96b83087c41dafdd974909a696dd4.tar.gz
kernel-qcow2-util-linux-b7ea07e0c9b96b83087c41dafdd974909a696dd4.tar.xz
kernel-qcow2-util-linux-b7ea07e0c9b96b83087c41dafdd974909a696dd4.zip
tests: redirect libblkid cache to BLKID_FILE
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts-cramfs-mkfs')
-rwxr-xr-xtests/ts-cramfs-mkfs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ts-cramfs-mkfs b/tests/ts-cramfs-mkfs
index d22896763..c120a25fe 100755
--- a/tests/ts-cramfs-mkfs
+++ b/tests/ts-cramfs-mkfs
@@ -61,7 +61,6 @@ md5sum $IMAGE 2>&1 >> $TS_OUTPUT
echo >> $TS_OUTPUT
ts_log "create loop device from image"
-ts_backup_cache
DEVICE=$( $TS_CMD_LOSETUP -s -f $IMAGE)
ts_log "check the image"
@@ -89,6 +88,5 @@ echo >> $TS_OUTPUT
ts_log "umount the image"
$TS_CMD_UMOUNT $DEVICE
$TS_CMD_LOSETUP -d $DEVICE 2>&1 >> $TS_OUTPUT
-ts_restore_cache
ts_finalize