aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzztest/run_radamsa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzztest/run_radamsa.sh')
-rwxr-xr-xtests/fuzztest/run_radamsa.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/fuzztest/run_radamsa.sh b/tests/fuzztest/run_radamsa.sh
deleted file mode 100755
index 52cd40a..0000000
--- a/tests/fuzztest/run_radamsa.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-TMP=`tempfile`
-
-echo $TMP
-while true
-do
- radamsa sample_data/* > $TMP
- $1 < $TMP
- test $? -gt 127 && break
-done
-