SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/py-pexpect/patches/patch-tests_test_which_py
Normal file
12
devel/py-pexpect/patches/patch-tests_test_which_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: tests/test_which.py
|
||||
--- tests/test_which.py.orig
|
||||
+++ tests/test_which.py
|
||||
@@ -187,7 +187,7 @@ class TestCaseWhich(PexpectTestCase.PexpectTestCase):
|
||||
" which() returns executables by other, group, and user ownership. "
|
||||
# create an executable and test that it is found using which() for
|
||||
# each of the 'other', 'group', and 'user' permission bits.
|
||||
- fname = 'g77'
|
||||
+ fname = 'gzip'
|
||||
bin_dir = tempfile.mkdtemp()
|
||||
bin_path = os.path.join(bin_dir, fname)
|
||||
save_path = os.environ['PATH']
|
Loading…
Add table
Add a link
Reference in a new issue