1b64033d58fdc34f40f1b5002ec3c5a6cb5e101f
[platform/upstream/bash.git] / tests / execscript.right
1 before execscript.sub: one two three
2 calling execscript.sub
3 aa bb cc dd ee
4 after execscript.sub with args: 0
5
6 after execscript.sub without args: 0
7 ./execscript: notthere: command not found
8 127
9 notthere: notthere: No such file or directory
10 127
11 /bin/sh: /bin/sh: cannot execute binary file
12 126
13 ./execscript: /: is a directory
14 126
15 /: /: cannot execute binary file
16 126
17 ./execscript: .: /: is a directory
18 1
19 126
20 ./execscript: .: /dev/null: not a regular file
21 1
22 this is bashenv
23 ./execscript.sub3: /tmp/bash-notthere: No such file or directory
24 ./execscript.sub3: exec: /tmp/bash-notthere: cannot execute: No such file or directory
25 126
26 ./execscript: notthere: No such file or directory
27 127
28 ./execscript: notthere: No such file or directory
29 127
30 ./execscript: notthere: No such file or directory
31 127
32 this is sh
33 this is sh
34 unset
35 ok
36 5