about summary refs log tree commit diff
path: root/utils
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-09 21:29:41 +0200
committerhexcoder- <heiko@hexco.de>2021-06-09 21:29:41 +0200
commita4cb2414d5a26699f999667752d3461da20d3f82 (patch)
tree64ab23a4176eece85e378349133ada3647180241 /utils
parentf9a1e876350bbfcfdb9e955aa35ae5942740f180 (diff)
downloadafl++-a4cb2414d5a26699f999667752d3461da20d3f82.tar.gz
Revert "add test cases for splitting integer comparisons"
This reverts commit e0aa411647e1a525a3a0488d929ec71611388d54.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/crash_triage/triage_crashes.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/crash_triage/triage_crashes.sh b/utils/crash_triage/triage_crashes.sh
index 9ca1d5fc..4d75430e 100755
--- a/utils/crash_triage/triage_crashes.sh
+++ b/utils/crash_triage/triage_crashes.sh
@@ -65,11 +65,7 @@ if [ ! -f "$BIN" -o ! -x "$BIN" ]; then
 fi
 
 if [ ! -d "$DIR/queue" ]; then
-<<<<<<< Updated upstream
   echo "[-] Error: directory '$DIR' not found or not created by afl-fuzz." 1>&2
-=======
-  echo "[-] Error: directory '$DIR/queue' not found or not created by afl-fuzz." 1>&2
->>>>>>> Stashed changes
   exit 1
 fi