summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/test-compat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/test-compat.c b/common/test-compat.c
index e28698e..77a0c31 100644
--- a/common/test-compat.c
+++ b/common/test-compat.c
@@ -103,9 +103,8 @@ test_secure_getenv (void)
ret = p11_test_run_child (args, true);
assert_num_cmp (ret, ==, 0);
-/* if (unlink (path) < 0)
+ if (unlink (path) < 0)
assert_fail ("unlink failed", strerror (errno));
- */
free (path);
}