35271e26a2
- new upstream version
23 lines
782 B
Diff
23 lines
782 B
Diff
From 4b13b2e2bf6254912d5be82911b637941c700725 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Mon, 7 May 2012 16:32:28 +0200
|
|
Subject: [PATCH] test/TEST-01-BASIC/test.sh: fix cleanup of overlay dir
|
|
|
|
---
|
|
test/TEST-01-BASIC/test.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
|
|
index 6187144..36d2693 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 \
|