All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] acpi unit-test: Create temporary disk file under /tmp
@ 2013-12-20  7:05 ` Fam Zheng
  0 siblings, 0 replies; 10+ messages in thread
From: Fam Zheng @ 2013-12-20  7:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev, Marcel Apfelbaum

As other tests, the image file is created in /tmp other than current
dir. Thus there will not be an unignored file under tests for intree
build.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 tests/acpi-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/acpi-test.c b/tests/acpi-test.c
index ca83b1d6..e4f31b7 100644
--- a/tests/acpi-test.c
+++ b/tests/acpi-test.c
@@ -116,7 +116,7 @@ static uint8_t boot_sector[0x200] = {
     [0x1FF] = 0xAA,
 };
 
-static const char *disk = "tests/acpi-test-disk.raw";
+static const char *disk = "/tmp/qtest-acpi-test-disk.raw";
 
 static void free_test_data(test_data *data)
 {
-- 
1.8.5.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-12-20 18:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20  7:05 [Qemu-trivial] [PATCH] acpi unit-test: Create temporary disk file under /tmp Fam Zheng
2013-12-20  7:05 ` [Qemu-devel] " Fam Zheng
2013-12-20  7:36 ` [Qemu-trivial] " Paolo Bonzini
2013-12-20  7:36   ` [Qemu-devel] " Paolo Bonzini
2013-12-20  8:36 ` [Qemu-trivial] " Michael Tokarev
2013-12-20  8:36   ` [Qemu-devel] " Michael Tokarev
2013-12-20  9:29   ` [Qemu-trivial] " Fam Zheng
2013-12-20  9:29     ` [Qemu-devel] " Fam Zheng
2013-12-20 18:27   ` [Qemu-trivial] " Marcel Apfelbaum
2013-12-20 18:27     ` [Qemu-devel] " Marcel Apfelbaum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.