Start 1.33.0 development cycle
[oweals/busybox.git] / shell / hush_test / hush-parsing / bkslash_eof2.tests
1 printf 'echo "unterminated string\\' >test.tmp.sh
2 . ./test.tmp.sh
3 echo One:$?
4 rm -f test.tmp.sh