summaryrefslogtreecommitdiff
path: root/tests/run-dollars
blob: e23002679654bba1a2ea9697aa7512a18c8202ce (plain)
1
2
3
${THIS_SH} ./dollar-star.sh a b > /tmp/xx 2>&1
${THIS_SH} ./dollar-at.sh a b >>/tmp/xx 2>&1
diff /tmp/xx dollar.right && rm -f /tmp/xx