summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-04-10 01:54:51 +0200
committerGuillem Jover <guillem@debian.org>2014-04-21 16:23:49 +0200
commit47732d7563e18f14c2e04784852dd9a837b41701 (patch)
tree65586fc40b88b9e969bf856d9e3e20a9d548c7a5 /src/Makefile.am
parentf6bb010cb94173ef851fffc255c1e5b2a3e23753 (diff)
downloaddpkg-47732d7563e18f14c2e04784852dd9a837b41701.tar.gz
test: Remove sequence number prefixes from test case filenames
This stops the madness of having to invent sequence numbers to be able to order the test suite run. Instead we now honour the order of the arguments passed to the runner.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e2773aa31..bdfb41700 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -91,7 +91,7 @@ install-data-local:
test_tmpdir = t.tmp
test_cases = \
- t/100_dpkg_divert.t
+ t/dpkg_divert.t
include $(top_srcdir)/check.am