about summary refs log tree commit diff
path: root/test/test.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-02 17:32:31 +0100
committervan Hauser <vh@thc.org>2019-12-02 17:32:31 +0100
commitdbdd9dbbde2735fb604456fd05e3fa16566e9e49 (patch)
tree3ed6ba2969d8898d0f358a0efd8a5aebdfd2e82b /test/test.sh
parenta3416b1571cc9be79ce2eede347915f7701c2fcf (diff)
downloadafl++-dbdd9dbbde2735fb604456fd05e3fa16566e9e49.tar.gz
getting very close with travis
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 14acc8fc..eea65cf5 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -450,7 +450,7 @@ test -e ../libradamsa.so && {
 
 $ECHO "$BLUE[*] Testing: qemu_mode"
 test -e ../afl-qemu-trace && {
-  gcc -no-pie -o test-instr ../test-instr.c
+  gcc -o test-instr ../test-instr.c
   gcc -o test-compcov test-compcov.c
   test -e test-instr -a -e test-compcov && {
     {