diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-12 10:14:44 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-12 10:14:59 -0800 |
commit | 7ce83f9bfff31da977366250c581f453ca52fd74 (patch) | |
tree | 540046c2361ce1cec08b887b0c6e4b8b6516b909 /linux/test_apps_emulated | |
parent | 7e87c36c3aec7d715f7fbb04ca6bd6557eeedef3 (diff) | |
download | mu-7ce83f9bfff31da977366250c581f453ca52fd74.tar.gz |
some tweaks while updating mu-normie
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-x | linux/test_apps_emulated | 2 |
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 |