Files
bash/tests/run-dollars
T

4 lines
135 B
Plaintext

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