diff options
Diffstat (limited to 'user/i3wm/i3wm-test-disable-branch-check.patch')
-rw-r--r-- | user/i3wm/i3wm-test-disable-branch-check.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/user/i3wm/i3wm-test-disable-branch-check.patch b/user/i3wm/i3wm-test-disable-branch-check.patch deleted file mode 100644 index ac3572e9b..000000000 --- a/user/i3wm/i3wm-test-disable-branch-check.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- i3-4.15/testcases/t/193-ipc-version.t.old 2018-03-10 09:29:14.000000000 -0800 -+++ i3-4.15/testcases/t/193-ipc-version.t 2018-09-27 16:49:56.599257224 -0700 -@@ -32,6 +32,6 @@ - - is(int($version->{minor}), $version->{minor}, 'minor version is an integer'); - is(int($version->{patch}), $version->{patch}, 'patch version is an integer'); --like($version->{human_readable}, qr/branch/, 'human readable version contains branch name'); -+#like($version->{human_readable}, qr/branch/, 'human readable version contains branch name'); - - done_testing; |