From fcbca3b89dd6dfca8e0281d1e4fb6f567bf7dcad Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Tue, 29 Jan 2019 21:25:38 -0500
Subject: [PATCH] fixed typo in test script

---
 cicd_testing/afl-zafl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/afl-zafl.sh b/cicd_testing/afl-zafl.sh
index 9b44d2c..817c384 100755
--- a/cicd_testing/afl-zafl.sh
+++ b/cicd_testing/afl-zafl.sh
@@ -17,7 +17,7 @@ $ZAFL_HOME/zfuzz/test/bc/test_bc.sh
 $ZAFL_HOME/zfuzz/test/sha256sum/test_sha256sum.sh
 $ZAFL_HOME/zfuzz/test/od/test_od.sh
 
-ehco "Testing zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000"
+echo "Testing zafl with ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000"
 export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
 $ZAFL_HOME/zfuzz/test/strings/test_strings.sh
 $ZAFL_HOME/zfuzz/test/bc/test_bc.sh
-- 
GitLab