e0a336747c
hush: add testsuite infrastructure
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
URL=http://busybox.net
|
|
|
|
echo $URL
|
|
echo ${URL}_abc
|
|
|
|
true
|
|
false; echo $?
|
|
true
|
|
# BUG: prints 0, must be 1
|
|
{ false; echo $?; }
|