tests: Retry tests use bashisms, so set #!
commitec68cbddd88c9dba3ccb55a9290ec82c3ce6d1a0
authorEric Blake <eblake@redhat.com>
Sat, 28 Sep 2019 19:14:11 +0000 (28 14:14 -0500)
committerEric Blake <eblake@redhat.com>
Sat, 28 Sep 2019 19:29:48 +0000 (28 14:29 -0500)
tree79cebe5d06b45e992e9e45d4caa7ca17fb9803a2
parent6ddd12474f095276c99b3e0e6b06e3886bb6da3b
tests: Retry tests use bashisms, so set #!

'((i++))' is a bashism; this test is prone to spurious failures if run
under /bin/sh on systems where that is not bash.  I could also rewrite
it using only portable sh, but this fix is faster.

Fixes: 75434982
Signed-off-by: Eric Blake <eblake@redhat.com>
tests/test-retry-reopen-fail.sh
tests/test-retry.sh