summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-18 20:54:29 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-18 20:54:29 +0200
commit03239cb9898211c6f9537c23d6195ebce6d0efaf (patch)
tree521ea4b34ccd34b0124b56ceab4f1a4d4608cbc5 /Makefile.am
parent7a2435a23b97a546330b80c468a7446ef128fd6b (diff)
Remove fuzzy matching option.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f50c0240..1a9619e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -317,8 +317,6 @@ test-x: $(bin_PROGRAMS) textbox_test
$(top_srcdir)/test/run_test.sh 215 $(top_srcdir)/test/run_regex_test.sh $(top_builddir)
echo "Test dmenu glob"
$(top_srcdir)/test/run_test.sh 216 $(top_srcdir)/test/run_glob_test.sh $(top_builddir)
- echo "Test dmenu fuzzy"
- $(top_srcdir)/test/run_test.sh 217 $(top_srcdir)/test/run_fuzzy_test.sh $(top_builddir)
echo "Test config dump"
$(top_srcdir)/test/run_test.sh 218 $(top_srcdir)/test/xr_config_test.sh $(top_builddir) $(top_srcdir)
echo "Test issue 333"