summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/errors/backquote-error2.0
blob: 977c055a2af180ca0a85bc350558dde068fcfd7f (plain)
1
2
3
4
5
6
7
# $FreeBSD$

sh -c 'echo `echo .BA"DCODE.`
echo ".BAD"CODE.' 2>&1 | grep -q BADCODE && exit 1
echo '`"`' | sh -n 2>/dev/null && exit 1
echo '`'"'"'`' | sh -n 2>/dev/null && exit 1
exit 0
OpenPOWER on IntegriCloud