summaryrefslogtreecommitdiff
path: root/dev-python/argcomplete/files/argcomplete-3.3.0-test-bashrc.patch
blob: 0e9f2fa1cea6da2146fd7a374133e8bee1182d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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