summaryrefslogtreecommitdiff
path: root/tests/arith-for.right
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arith-for.right')
-rw-r--r--tests/arith-for.right8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/arith-for.right b/tests/arith-for.right
index 640a50d0..5c09070b 100644
--- a/tests/arith-for.right
+++ b/tests/arith-for.right
@@ -64,11 +64,11 @@ fx ()
0
1
2
-/usr/local/build/chet/bash/bash-current/bash: -c: line 0: syntax error: arithmetic expression required
-/usr/local/build/chet/bash/bash-current/bash: -c: line 0: syntax error: `(( i=0; "i < 3" ))'
+bash: -c: line 0: syntax error: arithmetic expression required
+bash: -c: line 0: syntax error: `(( i=0; "i < 3" ))'
2
-/usr/local/build/chet/bash/bash-current/bash: -c: line 0: syntax error: `;' unexpected
-/usr/local/build/chet/bash/bash-current/bash: -c: line 0: syntax error: `(( i=0; i < 3; i++; 7 ))'
+bash: -c: line 0: syntax error: `;' unexpected
+bash: -c: line 0: syntax error: `(( i=0; i < 3; i++; 7 ))'
2
20
20