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-comsub-eof | |
| parent | 30a978b7d808c067219c95be88c4979b6a7aa251 (diff) | |
| download | bash-a0c0a00fc419b7bc08202a79134fcd5bc0427071.tar.gz | |
Bash-4.4 distribution sources and documentationbash-4.4
Diffstat (limited to 'tests/run-comsub-eof')
| -rw-r--r-- | tests/run-comsub-eof | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-comsub-eof b/tests/run-comsub-eof index 5c006be1..0733b2de 100644 --- a/tests/run-comsub-eof +++ b/tests/run-comsub-eof @@ -1,2 +1,2 @@ -${THIS_SH} ./comsub-eof.tests > /tmp/xx 2>&1 -diff /tmp/xx comsub-eof.right && rm -f /tmp/xx +${THIS_SH} ./comsub-eof.tests > ${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} comsub-eof.right && rm -f ${BASH_TSTOUT} |
