Blame 0043-test-TEST-01-BASIC-test.sh-fix-cleanup-of-overlay-di.patch

Harald Hoyer 802052
From 4b13b2e2bf6254912d5be82911b637941c700725 Mon Sep 17 00:00:00 2001
Harald Hoyer 802052
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 802052
Date: Mon, 7 May 2012 16:32:28 +0200
Harald Hoyer 802052
Subject: [PATCH] test/TEST-01-BASIC/test.sh: fix cleanup of overlay dir
Harald Hoyer 802052
Harald Hoyer 802052
---
Harald Hoyer 802052
 test/TEST-01-BASIC/test.sh |    2 +-
Harald Hoyer 802052
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
Harald Hoyer 802052
Harald Hoyer 802052
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
Harald Hoyer 802052
index 6187144..36d2693 100755
Harald Hoyer 802052
--- a/test/TEST-01-BASIC/test.sh
Harald Hoyer 802052
+++ b/test/TEST-01-BASIC/test.sh
Harald Hoyer 802052
@@ -61,7 +61,7 @@ test_setup() {
Harald Hoyer 802052
 	-d "piix ide-gd_mod ata_piix ext3 sd_mod" \
Harald Hoyer 802052
         --nomdadmconf \
Harald Hoyer 802052
 	-f $TESTDIR/initramfs.makeroot $KVERSION || return 1
Harald Hoyer 802052
-    rm -rf overlay
Harald Hoyer 802052
+    rm -rf $TESTDIR/overlay
Harald Hoyer 802052
     # Invoke KVM and/or QEMU to actually create the target filesystem.
Harald Hoyer 802052
 
Harald Hoyer 802052
     $testdir/run-qemu \