summaryrefslogtreecommitdiff
path: root/dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-06 08:36:01 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-06 08:36:01 +0200
commit73343b358409494b0d622207d1075ae130a6ffe0 (patch)
treea403022e1ae8e7b2d81178b4395ebbb63436d897 /dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch
parente7574ec60cd90857f34dec18d962aa8c6d8b04b8 (diff)
downloadgentoo-73343b358409494b0d622207d1075ae130a6ffe0.tar.gz
gentoo-73343b358409494b0d622207d1075ae130a6ffe0.tar.bz2
gentoo-73343b358409494b0d622207d1075ae130a6ffe0.zip
dev-python/argcomplete: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch')
-rw-r--r--dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch b/dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch
deleted file mode 100644
index 0e9f2fa1cea6..000000000000
--- a/dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/test/test.py b/test/test.py
-index c8f9419..ca38be6 100755
---- a/test/test.py
-+++ b/test/test.py
-@@ -73,7 +73,7 @@ def _repl_sh(command, args, non_printable_insert):
-
-
- def bash_repl(command="bash"):
-- bashrc = os.path.join(os.path.dirname(pexpect.__file__), "replwrap", "bashrc.sh")
-+ bashrc = os.path.join(os.path.dirname(pexpect.__file__), "bashrc.sh")
- sh = _repl_sh(command, ["--rcfile", bashrc], non_printable_insert="\\[\\]")
- return sh
-