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,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# $1 is the TMPDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user