busybox/shell/ash_test/ash-psubst/tick2.tests
Denys Vlasenko 4a1d8f6d6e ash: add most of hush process subst tests
ash passes these.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-24 12:49:49 +02:00

6 lines
65 B
Plaintext
Executable File

if false; then
echo "FOO"
tmp=`echo BAR >&2`
fi
echo BAZ