Skip to content

Commit f00245f

Browse files
author
Nick Galbreath
committed
Switch to /bin/sh from /bin/bash to allow busybox/alpine linux
1 parent 34b6b99 commit f00245f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/test-cppcheck.sh

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

33
CPPCHECK=cppcheck
44
CPPCHECK_FLAGS=--quiet --enable=all --inconclusive --error-exitcode=2 \

src/test-samples-sqli-negative.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#
33
# XSS Sample Tests
44
#

src/test-samples-sqli-positive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#
33
# XSS Sample Tests
44
#

src/test-samples-xss-positive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#
33
# XSS Sample Tests
44
#

src/test-unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
set -e
33
cd ../tests
44
pwd

0 commit comments

Comments
 (0)