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: gcc_plugin"
test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && {
@ -113,4 +113,4 @@ test -e ../afl-gcc-fast -a -e ../afl-gcc-rt.o && {
INCOMPLETE=1
}
source ./test-post.sh
. ./test-post.sh