diff options
Diffstat (limited to 'tests/run-input-test')
-rw-r--r-- | tests/run-input-test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-input-test b/tests/run-input-test new file mode 100644 index 0000000..412587c --- /dev/null +++ b/tests/run-input-test @@ -0,0 +1,2 @@ +${THIS_SH} < ./input-line.sh > ${BASH_TSTOUT} +diff ${BASH_TSTOUT} input.right && rm -f ${BASH_TSTOUT} |