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:
Alex Crichton 2014-10-02 19:33:38 -07:00
parent b2d4eb186e
commit 06a6ba1d6f

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
# $1 is the TMPDIR