aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sqlite-replication/remove-failing-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sqlite-replication/remove-failing-test.patch')
-rw-r--r--testing/sqlite-replication/remove-failing-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/sqlite-replication/remove-failing-test.patch b/testing/sqlite-replication/remove-failing-test.patch
deleted file mode 100644
index 2f4ef2f212e..00000000000
--- a/testing/sqlite-replication/remove-failing-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 24537ea..3d839b8 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -1272,7 +1272,7 @@ quicktest: ./testfixture$(TEXE)
- # This is the common case. Run many tests that do not take too long,
- # including fuzzcheck, sqlite3_analyzer, and sqldiff tests.
- #
--test: fuzztest sourcetest $(TESTPROGS) tcltest
-+test: sourcetest $(TESTPROGS) tcltest
-
- # Run a test using valgrind. This can take a really long time
- # because valgrind is so much slower than a native machine.