diff options
author | Guillem Jover <guillem@debian.org> | 2014-04-10 01:54:51 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-04-21 16:23:49 +0200 |
commit | 47732d7563e18f14c2e04784852dd9a837b41701 (patch) | |
tree | 65586fc40b88b9e969bf856d9e3e20a9d548c7a5 /src/t | |
parent | f6bb010cb94173ef851fffc255c1e5b2a3e23753 (diff) | |
download | dpkg-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/t')
-rw-r--r-- | src/t/dpkg_divert.t (renamed from src/t/100_dpkg_divert.t) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t/100_dpkg_divert.t b/src/t/dpkg_divert.t index a959bf1de..bdd48d2b9 100644 --- a/src/t/100_dpkg_divert.t +++ b/src/t/dpkg_divert.t @@ -27,7 +27,7 @@ delete $ENV{DPKG_MAINTSCRIPT_ARCH}; my $srcdir = $ENV{srcdir} || '.'; my $builddir = $ENV{builddir} || '.'; -my $tmpdir = 't.tmp/950_dpkg_divert'; +my $tmpdir = 't.tmp/dpkg_divert'; my $admindir = File::Spec->rel2abs("$tmpdir/admindir"); my $testdir = File::Spec->rel2abs("$tmpdir/testdir"); |