qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 1/3] acpi-build: partially revert dac1e93093f9306


From: Marcel Apfelbaum
Subject: [Qemu-devel] [PATCH v4 1/3] acpi-build: partially revert dac1e93093f9306c114f410785c99aa5261539b4
Date: Thu, 27 Feb 2014 16:17:30 +0200

It touched the acpi test by mistake, removed that hunk.

Signed-off-by: Marcel Apfelbaum <address@hidden>
---
 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 613dda8..31f5359 100644
--- a/tests/acpi-test.c
+++ b/tests/acpi-test.c
@@ -153,7 +153,7 @@ static void free_test_data(test_data *data)
             g_free(temp->aml);
         }
         if (temp->aml_file) {
-            if (!temp->asl_file_retain && g_strstr_len(temp->aml_file, -1, 
"aml-")) {
+            if (g_strstr_len(temp->aml_file, -1, "aml-")) {
                 unlink(temp->aml_file);
             }
             g_free(temp->aml_file);
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]