diff options
Diffstat (limited to 'tests/exec.right')
-rw-r--r-- | tests/exec.right | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/exec.right b/tests/exec.right index 98fe41ed..0121ed4b 100644 --- a/tests/exec.right +++ b/tests/exec.right @@ -4,36 +4,36 @@ aa bb cc dd ee after exec1.sub with args: 0 after exec1.sub without args: 0 -./execscript: notthere: command not found +./execscript: line 20: notthere: command not found 127 notthere: notthere: No such file or directory 127 /bin/sh: /bin/sh: cannot execute binary file 126 -./execscript: /: is a directory +./execscript: line 32: /: is a directory 126 /: /: cannot execute binary file 126 -./execscript: .: /: is a directory +./execscript: line 39: .: /: is a directory 1 127 0 this is bashenv -./exec3.sub: /tmp/bash-notthere: No such file or directory -./exec3.sub: exec: /tmp/bash-notthere: cannot execute: No such file or directory +./exec3.sub: line 3: /tmp/bash-notthere: No such file or directory +./exec3.sub: line 3: exec: /tmp/bash-notthere: cannot execute: No such file or directory 126 -./execscript: notthere: No such file or directory +./execscript: line 61: notthere: No such file or directory 127 -./execscript: notthere: No such file or directory +./execscript: line 64: notthere: No such file or directory 127 -./execscript: notthere: No such file or directory +./execscript: line 67: notthere: No such file or directory 127 this is sh this is sh unset ok 5 -./exec5.sub: exec: bash-notthere: not found +./exec5.sub: line 4: exec: bash-notthere: not found 127 this is ohio-state 0 |