data/method/busybox/busybox-1.36.0/shell/hush_test/hush-parsing/bkslash_eof2.tests

5 lines
96 B
Plaintext
Executable File

printf 'echo "unterminated string\\' >test.tmp.sh
. ./test.tmp.sh
echo One:$?
rm -f test.tmp.sh