diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2016-09-15 16:59:08 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2016-09-15 16:59:08 -0400 |
| commit | a0c0a00fc419b7bc08202a79134fcd5bc0427071 (patch) | |
| tree | cfde1549b35d73504bb539008de4b00e44e8f8fb /tests/run-input-test | |
| parent | 30a978b7d808c067219c95be88c4979b6a7aa251 (diff) | |
| download | bash-a0c0a00fc419b7bc08202a79134fcd5bc0427071.tar.gz | |
Bash-4.4 distribution sources and documentationbash-4.4
Diffstat (limited to 'tests/run-input-test')
| -rw-r--r-- | tests/run-input-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-input-test b/tests/run-input-test index aaa5d35d..412587c5 100644 --- a/tests/run-input-test +++ b/tests/run-input-test @@ -1,2 +1,2 @@ -${THIS_SH} < ./input-line.sh > /tmp/xx -diff /tmp/xx input.right && rm -f /tmp/xx +${THIS_SH} < ./input-line.sh > ${BASH_TSTOUT} +diff ${BASH_TSTOUT} input.right && rm -f ${BASH_TSTOUT} |
