aboutsummaryrefslogtreecommitdiffstats
path: root/main/termrec/disable-fuzz-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/termrec/disable-fuzz-test.patch')
-rw-r--r--main/termrec/disable-fuzz-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/termrec/disable-fuzz-test.patch b/main/termrec/disable-fuzz-test.patch
new file mode 100644
index 0000000000..00d5b8218e
--- /dev/null
+++ b/main/termrec/disable-fuzz-test.patch
@@ -0,0 +1,11 @@
+diff --git a/tests/testsuite.at b/tests/testsuite.at
+index a925581..717a342 100644
+--- a/tests/testsuite.at
++++ b/tests/testsuite.at
+@@ -91,6 +91,3 @@ for x in "$top_srcdir/tests/rec.in/"*
+ done
+ AT_CLEANUP
+
+-AT_SETUP([fuzzing vt])
+-AT_CHECK([vtgen|dd bs=1048576 count=1 2>/dev/null|vt],,[])
+-AT_CLEANUP