23 lines
800 B
Diff
23 lines
800 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 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
|
||
|
|
||
|
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 \
|