summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorFrancesco Cosoleto2011-08-17 00:19:06 +0200
committerKarel Zak2011-08-30 10:55:13 +0200
commit41fc17521d5c2765701762697c9b79bbfee513bc (patch)
tree20d5b07526202095bac5ab1fe4cf3a71616ec2c3 /tests/functions.sh
parenttests: add ts_fdisk_clean function to make fdisk output comparable (diff)
downloadkernel-qcow2-util-linux-41fc17521d5c2765701762697c9b79bbfee513bc.tar.gz
kernel-qcow2-util-linux-41fc17521d5c2765701762697c9b79bbfee513bc.tar.xz
kernel-qcow2-util-linux-41fc17521d5c2765701762697c9b79bbfee513bc.zip
tests: update fdisk and blkid MD tests
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index acfbbeefe..71ff7da0a 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -398,5 +398,6 @@ function ts_fdisk_clean {
[ x"${DEVNAME}" != x"" ] && sed -i -e "s/\/dev\/${DEVNAME}/\/dev\/.../g" $TS_OUTPUT
sed -i -e 's/Disk identifier:.*//g' \
-e 's/Building a new.*//g' \
+ -e 's/Welcome to fdisk.*//g' \
$TS_OUTPUT
}