Fix tests on FreeBSD

FreeBSD has different prefix for bash (which is non-standard shell there),
thus "make check-TESTS" actually was doing nothing:

$ gmake check-TESTS
(   0/  0/   0): test/test-cases/regression/issue-1591.json
(   0/  0/   0): test/test-cases/regression/issue-1785.json
(   0/  0/   0): test/test-cases/regression/issue-1812.json
(   0/  0/   0): test/test-cases/regression/issue-1831.json
(   0/  0/   0): test/test-cases/regression/issue-1844.json
(   0/  0/   0): test/test-cases/regression/issue-1850.json
[..]
Testsuite summary for modsecurity 3.0
This commit is contained in:
Andrei Belov 2018-12-03 17:17:51 +03:00 committed by Felipe Zimmerle
parent e756dd039d
commit 0a85b599b6
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd test 1> /dev/null