mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
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:
parent
e756dd039d
commit
0a85b599b6
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd test 1> /dev/null
|
cd test 1> /dev/null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user