Remove bashisms from tests.
Those tests don't actually need bash. Just use common shebang.
This commit is contained in:
parent
d3bccdbd12
commit
427e4ff91a
11 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
# create a randome file
|
||||
empty="`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"`" || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue