From 8b4dc76f1d56f764e14325a37b401b45f0d0942b Mon Sep 17 00:00:00 2001 From: wangef Date: Thu, 21 May 2020 20:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20001-test?= =?UTF-8?q?case-test-cmdline-integration.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 001-testcase-test-cmdline-integration.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 001-testcase-test-cmdline-integration.patch diff --git a/001-testcase-test-cmdline-integration.patch b/001-testcase-test-cmdline-integration.patch deleted file mode 100644 index 2c57118..0000000 --- a/001-testcase-test-cmdline-integration.patch +++ /dev/null @@ -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