i-bash/tests/run-dollars
2009-09-12 16:46:49 +00:00

3 lines
135 B
Text

${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