]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/arith-for.right
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / arith-for.right
index 5c09070bdd24d3ddb7b95a2aa86ed9e8c266a339..06127be890ed3646a134da37bcf583524d1366c3 100644 (file)
@@ -64,11 +64,11 @@ fx ()
 0
 1
 2
-bash: -c: line 0: syntax error: arithmetic expression required
-bash: -c: line 0: syntax error: `(( i=0; "i < 3" ))'
+bash: -c: line 1: syntax error: arithmetic expression required
+bash: -c: line 1: syntax error: `(( i=0; "i < 3" ))'
 2
-bash: -c: line 0: syntax error: `;' unexpected
-bash: -c: line 0: syntax error: `(( i=0; i < 3; i++; 7 ))'
+bash: -c: line 1: syntax error: `;' unexpected
+bash: -c: line 1: syntax error: `(( i=0; i < 3; i++; 7 ))'
 2
 20
 20