test: Don't depend on /bin/bash
Our FreeBSD bots apparently don't have bash installed, and it's ok to run with sh anyway! Unblocks a snapshot
This commit is contained in:
parent
b2d4eb186e
commit
06a6ba1d6f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# $1 is the TMPDIR
|
||||
|
|
Loading…
Reference in a new issue