diff mbox

[v4,1/3] acpi-build: partially revert dac1e93093f9306c114f410785c99aa5261539b4

Message ID 1393510652-22551-2-git-send-email-marcel.a@redhat.com
State New
Headers show

Commit Message

Marcel Apfelbaum Feb. 27, 2014, 2:17 p.m. UTC
It touched the acpi test by mistake, removed that hunk.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
---
 tests/acpi-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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);