From: Harald Hoyer Date: Mon, 7 May 2012 14:32:28 +0000 (+0200) Subject: test/TEST-01-BASIC/test.sh: fix cleanup of overlay dir X-Git-Tag: 019~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b13b2e2bf6254912d5be82911b637941c700725;p=thirdparty%2Fdracut.git test/TEST-01-BASIC/test.sh: fix cleanup of overlay dir --- diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 61871441d..36d269396 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -61,7 +61,7 @@ test_setup() { -d "piix ide-gd_mod ata_piix ext3 sd_mod" \ --nomdadmconf \ -f $TESTDIR/initramfs.makeroot $KVERSION || return 1 - rm -rf overlay + rm -rf $TESTDIR/overlay # Invoke KVM and/or QEMU to actually create the target filesystem. $testdir/run-qemu \