]> git.ipfire.org Git - thirdparty/tar.git/commit
tests: Fix bashism in testsuite.at
authorSam James <sam@gentoo.org>
Tue, 18 Jul 2023 15:45:32 +0000 (16:45 +0100)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jul 2023 16:47:26 +0000 (09:47 -0700)
commit7687bf4acc4dc4554538389383d7fb4c3e6521cd
tree85abcb1745603623a97f65df93687f0391e7d1ad
parent39849e9d91f477d3fb839f93cd0815d0cb3273e9
tests: Fix bashism in testsuite.at

&> is a bashism and causes various tests to fail with /bin/sh as non-bash
(e.g. dash). Use the same pattern the rest of the file uses instead of &>.

Copyright-paperwork-exempt: true
tests/testsuite.at