Codebase list i3-gaps / b57c2d9
Drop patch no longer needed Arnaud Rebillout 3 years ago
2 changed file(s) with 0 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
+0
-24
debian/patches/Disable-a-failing-test-due-to-source-package-not-being-gi.patch less more
0 From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <[email protected]>
1 Date: Wed, 22 Jul 2020 11:24:19 +0200
2 Subject: Disable a failing test due to source package not being git
3 controlled
4
5 Forwarded: not-needed
6 ---
7 testcases/t/193-ipc-version.t | 4 +++-
8 1 file changed, 3 insertions(+), 1 deletion(-)
9
10 diff --git a/testcases/t/193-ipc-version.t b/testcases/t/193-ipc-version.t
11 index d5f4bad..e2d3709 100644
12 --- a/testcases/t/193-ipc-version.t
13 +++ b/testcases/t/193-ipc-version.t
14 @@ -32,6 +32,8 @@ cmp_ok($version->{minor}, '>', 0, 'minor version > 0');
15
16 is(int($version->{minor}), $version->{minor}, 'minor version is an integer');
17 is(int($version->{patch}), $version->{patch}, 'patch version is an integer');
18 -like($version->{human_readable}, qr/branch/, 'human readable version contains branch name');
19 +
20 +#Doesn't work in source package without git...
21 +#like($version->{human_readable}, qr/branch/, 'human readable version contains branch name');
22
23 done_testing;
0 Disable-a-failing-test-due-to-source-package-not-being-gi.patch
10 Use-correct-shebang-for-perl-scripts.patch