aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test-file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-file.c b/test-file.c
index 42f5ef8..587d7a9 100644
--- a/test-file.c
+++ b/test-file.c
@@ -45,5 +45,6 @@ int main () {
wait (&status);
assert (WIFEXITED (status) && WEXITSTATUS (status) == 0);
+ puts ("test-file => PASS!");
return 0;
}