summaryrefslogtreecommitdiff
path: root/x11-wm/qtile/files/qtile-0.12.0-tests.patch
diff options
context:
space:
mode:
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.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 8443381b1766..000000000000
--- a/x11-wm/qtile/files/qtile-0.12.0-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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"