cirrus: Remove bashisms from test script to make it compatible with /bin/sh
Bash is not installed on the FreeBSD images here and the location would be different anyway (`/usr/local/bin/bash`, so we'd have to change the hashbang to e.g. `/usr/bin/env bash`).
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
freebsd_instance:
|
||||
image: freebsd-12-0-release-amd64
|
||||
image: freebsd-12-1-release-amd64
|
||||
|
||||
env:
|
||||
TESTS_REDUCED_KEYLENGTHS: yes
|
||||
|
||||
Reference in New Issue
Block a user