summaryrefslogtreecommitdiff
path: root/test/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/memory.c')
-rw-r--r--test/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memory.c b/test/memory.c
index df5e0a16..e8357fec 100644
--- a/test/memory.c
+++ b/test/memory.c
@@ -78,7 +78,7 @@ main()
atspi_event_listener_register (listener, "object:children-changed", NULL);
child_pid = fork ();
if (!child_pid)
- execlp ("gedit", "gedit", NULL);
+ execlp ("test/test-application", "test/test-application", NULL);
atspi_event_main ();
return 0;
}