Skip to content

Commit 0a85b59

Browse files
defanatorFelipe Zimmerle
authored andcommitted
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
1 parent e756dd0 commit 0a85b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-suite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
cd test 1> /dev/null
44

0 commit comments

Comments
 (0)