summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/libsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/libsystem.c b/tests/src/libsystem.c
index a947f7c7..38c00ea9 100644
--- a/tests/src/libsystem.c
+++ b/tests/src/libsystem.c
@@ -1951,7 +1951,7 @@ audit_open (void)
if (g_key_file_get_boolean (config, "test-audit-config", "check-events", NULL))
status_notify ("AUDIT OPEN");
- return 1;
+ return dup (STDOUT_FILENO);
}
int