summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorOndrej Oprala2013-04-10 18:21:27 +0200
committerKarel Zak2013-04-26 12:27:37 +0200
commit7e658c15a2c1fc5092a790afbe7d9d395d04b098 (patch)
tree3b0bd40615c460fd413d912469972e4a0619305c /tests/commands.sh
parenttests: partx tests cleanup (diff)
downloadkernel-qcow2-util-linux-7e658c15a2c1fc5092a790afbe7d9d395d04b098.tar.gz
kernel-qcow2-util-linux-7e658c15a2c1fc5092a790afbe7d9d395d04b098.tar.xz
kernel-qcow2-util-linux-7e658c15a2c1fc5092a790afbe7d9d395d04b098.zip
wipefs: add --backup
[kzak@redhat.com: - don't wipe if failed to create a backup file - use ts_scsi_debug_init in the regression tests] Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index 02ca6c3db..d12c0097c 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -66,3 +66,4 @@ TS_CMD_UL=${TS_CMD_UL-"$top_builddir/ul"}
TS_CMD_UMOUNT=${TS_CMD_UMOUNT:-"$top_builddir/umount"}
TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}
TS_CMD_WHEREIS=${TS_CMD_WHEREIS-"$top_builddir/whereis"}
+TS_CMD_WIPEFS=${TS_CMD_WIPEFS-"$top_builddir/wipefs"}