diff options
author | Harald Hoyer <harald@redhat.com> | 2012-05-07 16:32:28 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-05-07 16:32:28 +0200 |
commit | 4b13b2e2bf6254912d5be82911b637941c700725 (patch) | |
tree | 62fda8a0911b65f25f1acc17ab7244b6e7e82736 /test/TEST-01-BASIC | |
parent | f6a58604a0f47b353f2ac1790fd37b1b312418b2 (diff) | |
download | dracut-4b13b2e2bf6254912d5be82911b637941c700725.tar.gz dracut-4b13b2e2bf6254912d5be82911b637941c700725.tar.bz2 dracut-4b13b2e2bf6254912d5be82911b637941c700725.zip |
test/TEST-01-BASIC/test.sh: fix cleanup of overlay dir
Diffstat (limited to 'test/TEST-01-BASIC')
-rwxr-xr-x | test/TEST-01-BASIC/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index 61871441..36d26939 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 \ |