about summary refs log tree commit diff
path: root/test/test-basic.sh
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-04 21:57:56 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-04 21:57:56 +0200
commit79f873a5979a118938c46a74aded85eeaba7db1b (patch)
tree083f7f8ad2da8a153a99219ddf5667259214aa49 /test/test-basic.sh
parent8850e1a5bf8436ccb77e43a91cbcdb4316692036 (diff)
downloadafl++-79f873a5979a118938c46a74aded85eeaba7db1b.tar.gz
posix compatible sourcing
Diffstat (limited to 'test/test-basic.sh')
-rwxr-xr-xtest/test-basic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh
index 3f25288b..59269ffe 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-source ./test-pre.sh
+. ./test-pre.sh
 
 $ECHO "$BLUE[*] Testing: ${AFL_GCC}, afl-showmap, afl-fuzz, afl-cmin and afl-tmin"
 test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc" -o "$SYS" = "i386" && {
@@ -122,4 +122,4 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
  $ECHO "$YELLOW[-] not an intel platform, cannot test afl-gcc"
 }
 
-source ./test-post.sh
+. ./test-post.sh