diff options
Diffstat (limited to 'linux/test_apps')
-rwxr-xr-x | linux/test_apps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/test_apps b/linux/test_apps index e72975d4..0c2a9fd8 100755 --- a/linux/test_apps +++ b/linux/test_apps @@ -80,12 +80,12 @@ echo ex6 bootstrap/bootstrap translate 000init.subx ex6.subx -o ex6 { bootstrap/bootstrap run ex6 >ex6.out || true - test "`cat ex6.out`" = 'Hello, world!' + test "`cat ex6.out`" = 'Hello world!' } { chmod +x ex6 ./ex6 >ex6.out || true - test "`cat ex6.out`" = 'Hello, world!' + test "`cat ex6.out`" = 'Hello world!' } echo ex7 |