improve of cmpl.
[bush.git] / tests / builtins7.sub
blob1ff1d60b5cde57dd3971b41512825339f94890e6
1 : ${THIS_SH:=./bush}
3 ${THIS_SH} -c 'command . notthere ; echo one' bush
4 ${THIS_SH} -c '. notthere ; echo two' bush
6 ${THIS_SH} -o posix -c 'command . notthere ; echo one' bush
7 ${THIS_SH} -o posix -c '. notthere ; echo two' bush
9 command ; echo $?
10 command -- ; echo $?
11 command -p ; echo $?
12 command -p -- ; echo $?
14 command recho one; echo $?
15 command -- recho two; echo $?
16 command -p echo three; echo $?
17 command -p -- echo four ; echo $?
19 command ''
20 echo $?
22 command -p
23 echo $?
25 ${THIS_SH} -c 'set -e ; command false ; echo after' bush
27 command command command -p . notthere ; echo after 1
28 command -p command command . notthere ; echo after 2
30 command -p command -V type
32 set -x
33 command -v type
34 command command -v type
35 command -p command -v type
36 command -p -- command -v type
37 set +x