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/mapfile.tests | |
parent | 30a978b7d808c067219c95be88c4979b6a7aa251 (diff) | |
download | bash-a0c0a00fc419b7bc08202a79134fcd5bc0427071.tar.gz |
Bash-4.4 distribution sources and documentationbash-4.4
Diffstat (limited to 'tests/mapfile.tests')
-rw-r--r-- | tests/mapfile.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mapfile.tests b/tests/mapfile.tests index a9170c13..ff8da32b 100644 --- a/tests/mapfile.tests +++ b/tests/mapfile.tests @@ -40,3 +40,5 @@ for (( i = 0 ; i < ${#E[@]} ; i++ )); do done ${THIS_SH} ./mapfile1.sub + +${THIS_SH} ./mapfile2.sub |