---
 test/memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/memory.c
+++ b/test/memory.c
@@ -86,7 +86,7 @@ main()
   child_pid = fork ();
   if (child_pid == 0)
     {
-      g_assert_no_errno (execlp ("test/test-application", "test/test-application", NULL));
+      g_assert_no_errno (execlp ("./test-application", "./test-application", NULL));
     }
   else if (child_pid == -1)
     {
