summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-18 20:14:37 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-18 20:18:06 +0200
commitbdf4f129c7359f20d424eb0ba2c566bb105ce2e8 (patch)
tree41fce5ca5e3eb3c493c0fe8d0873963311ae7926 /app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
parentsys-cluster/kube-scheduler: stabilize 1.23.10 for amd64 (diff)
downloadgentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.tar.gz
gentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.tar.bz2
gentoo-bdf4f129c7359f20d424eb0ba2c566bb105ce2e8.zip
app-misc/tmuxp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch')
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch b/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
deleted file mode 100644
index 4bdfe015474a..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/test_cli.py b/tests/test_cli.py
-index 1e14e51..6945c2b 100644
---- a/tests/test_cli.py
-+++ b/tests/test_cli.py
-@@ -486,7 +486,7 @@ session_name: hello
- '{SESSION_NAME}',
- '{WINDOW_NAME}',
- '-c',
-- 'print(pane.id)',
-+ 'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {},
-@@ -496,7 +496,7 @@ session_name: hello
- [
- '-L{SOCKET_NAME}',
- '-c',
-- 'print(pane.id)',
-+ 'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {'TMUX_PANE': '{PANE_ID}'},