posix compatible sourcing

This commit is contained in:
Dominik Maier
2020-08-04 21:57:56 +02:00
parent 8850e1a5bf
commit 79f873a597
10 changed files with 29 additions and 29 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
source ./test-pre.sh
. ./test-pre.sh
$ECHO "$BLUE[*] Testing: custom mutator"
test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
@ -122,4 +122,4 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
INCOMPLETE=1
}
source ./test-post.sh
. ./test-post.sh