aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2014-01-07 14:49:49 +0800
committerLAN-TW <lantw44@gmail.com>2014-01-07 14:49:49 +0800
commite6333b32e01bc3e7541e2359bf3854a72837b6c3 (patch)
tree330c720eb0c6607130b00f66faf5f134903f2ff8
parenta1d3dae493351b7eb727a74c0b123c4f7f7b8d59 (diff)
downloadl4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.gz
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.bz2
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.lz
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.xz
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.zst
l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.zip
test-file => test_file
-rw-r--r--test-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-file.c b/test-file.c
index 28a9691..bc95d53 100644
--- a/test-file.c
+++ b/test-file.c
@@ -47,6 +47,6 @@ int main () {
wait (&status);
assert (WIFEXITED (status) && WEXITSTATUS (status) == 0);
- puts ("test-file => PASS!");
+ puts ("test_file => PASS!");
return 0;
}