summaryrefslogtreecommitdiff
path: root/glib/tests/path-test-subdir/spawn-test-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/tests/path-test-subdir/spawn-test-helper.c')
-rw-r--r--glib/tests/path-test-subdir/spawn-test-helper.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/glib/tests/path-test-subdir/spawn-test-helper.c b/glib/tests/path-test-subdir/spawn-test-helper.c
new file mode 100644
index 000000000..f9f2cee84
--- /dev/null
+++ b/glib/tests/path-test-subdir/spawn-test-helper.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main (void)
+{
+ fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
+ return 5;
+}