about summary refs log tree commit diff
path: root/test/test-compcov.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-compcov.sh')
-rwxr-xr-xtest/test-compcov.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-compcov.sh b/test/test-compcov.sh
index 5becc862..905a4cbc 100755
--- a/test/test-compcov.sh
+++ b/test/test-compcov.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-source ./test-pre.sh
+. ./test-pre.sh
 
 test -z "$AFL_CC" && unset AFL_CC
 
@@ -48,4 +48,4 @@ test -z "$AFL_CC" && {
   fi
 }
 
-source ./test-post.sh
+. ./test-post.sh