summaryrefslogtreecommitdiff
path: root/user/i3wm/i3wm-test-disable-branch-check.patch
blob: ac3572e9be2c31a1d0378d35f1ca80baca3ef1a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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;