diff options
Diffstat (limited to 'x11-wm/qtile/files/qtile-0.12.0-tests.patch')
-rw-r--r-- | x11-wm/qtile/files/qtile-0.12.0-tests.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/qtile/files/qtile-0.12.0-tests.patch b/x11-wm/qtile/files/qtile-0.12.0-tests.patch new file mode 100644 index 000000000000..8443381b1766 --- /dev/null +++ b/x11-wm/qtile/files/qtile-0.12.0-tests.patch @@ -0,0 +1,15 @@ +The '~' character doesn't expand to $HOME in all build envs. + +--- qtile-0.12.0/test/test_bar.py ++++ qtile-0.12.0/test/test_bar.py +@@ -105,8 +105,8 @@ + assert c.complete("/bi") == "/bin/" + c.reset() + assert c.complete("/bin") != "/bin/" +- c.reset() +- assert c.complete("~") != "~" ++ #c.reset() ++ #assert c.complete("~") != "~" + + c.reset() + s = "thisisatotallynonexistantpathforsure" |