about summary refs log tree commit diff stats
path: root/linux/test_apps_emulated
diff options
context:
space:
mode:
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-xlinux/test_apps_emulated2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/test_apps_emulated b/linux/test_apps_emulated
index 9a488c2f..8b612ef6 100755
--- a/linux/test_apps_emulated
+++ b/linux/test_apps_emulated
@@ -56,7 +56,7 @@ 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!'
 }
 
 echo ex7