删除文件 001-testcase-test-cmdline-integration.patch

This commit is contained in:
wangef 2020-05-21 20:08:28 +08:00 committed by Gitee
parent 31c75a4347
commit 8b4dc76f1d

View File

@ -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