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: qemu_mode"
test -e ../afl-qemu-trace && {
@ -214,4 +214,4 @@ test -e ../afl-qemu-trace && {
INCOMPLETE=1
}
source ./test-post.sh
. ./test-post.sh