diff options
| author | Jari Aalto <jari.aalto@cante.net> | 2004-07-27 13:29:18 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:56 +0000 |
| commit | b80f6443b6b7b620c7272664c66ecb0b120a0998 (patch) | |
| tree | 9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /tests/exec.right | |
| parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
| download | android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.bz2 android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.zip | |
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'tests/exec.right')
| -rw-r--r-- | tests/exec.right | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/exec.right b/tests/exec.right index 0121ed4..fbd2624 100644 --- a/tests/exec.right +++ b/tests/exec.right @@ -6,15 +6,15 @@ after exec1.sub with args: 0 after exec1.sub without args: 0 ./execscript: line 20: notthere: command not found 127 -notthere: notthere: No such file or directory +/tmp/bash: notthere: No such file or directory 127 /bin/sh: /bin/sh: cannot execute binary file 126 -./execscript: line 32: /: is a directory +./execscript: line 39: /: is a directory 126 /: /: cannot execute binary file 126 -./execscript: line 39: .: /: is a directory +./execscript: line 46: .: /: is a directory 1 127 0 @@ -22,11 +22,11 @@ this is bashenv ./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: line 61: notthere: No such file or directory +./execscript: line 68: notthere: No such file or directory 127 -./execscript: line 64: notthere: No such file or directory +./execscript: line 71: notthere: No such file or directory 127 -./execscript: line 67: notthere: No such file or directory +./execscript: line 74: notthere: No such file or directory 127 this is sh this is sh @@ -50,3 +50,4 @@ this is ohio-state 1 0 1 +testb |
