hush/shell/hush_test/hush-psubst/tick2.tests
Denis Vlasenko 2e76c3f901 hush: fix yet another fallout
hush: move fixed testsuites out of hush-bugs/*
2008-06-10 18:27:50 +00:00

6 lines
65 B
Plaintext
Executable File

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