From 7ce83f9bfff31da977366250c581f453ca52fd74 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 12 Mar 2021 10:14:44 -0800 Subject: some tweaks while updating mu-normie --- linux/test_apps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/test_apps') 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 -- cgit 1.4.1-2-gfad0 2b90f171a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/318debug-counter.subx
blob: 74e1f4f84acc6994eb7efab8a055372ae085bfe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31