删除文件 001-testcase-test-cmdline-integration.patch
This commit is contained in:
parent
31c75a4347
commit
8b4dc76f1d
@ -1,12 +0,0 @@
|
|||||||
diff -Nur pytest-shutil-1.2.6/tests/integration/test_cmdline_integration.py pytest-shutil-1.2.6-b/tests/integration/test_cmdline_integration.py
|
|
||||||
--- pytest-shutil-1.2.6/tests/integration/test_cmdline_integration.py 2020-05-21 15:37:42.093380714 +0800
|
|
||||||
+++ pytest-shutil-1.2.6-b/tests/integration/test_cmdline_integration.py 2020-05-21 15:38:09.749498633 +0800
|
|
||||||
@@ -5,6 +5,7 @@
|
|
||||||
|
|
||||||
def test_chdir():
|
|
||||||
here = os.getcwd()
|
|
||||||
+ bindir=os.path.realpath('/bin')
|
|
||||||
with cmdline.chdir('/bin'):
|
|
||||||
- assert os.getcwd() == '/bin'
|
|
||||||
+ assert os.getcwd() == bindir
|
|
||||||
assert os.getcwd() == here
|
|
||||||
Loading…
x
Reference in New Issue
Block a user