479a4bb
diff -Nur pytest-shutil-1.2.6.orig/tests/integration/test_cmdline_integration.py pytest-shutil-1.2.6/tests/integration/test_cmdline_integration.py
479a4bb
--- pytest-shutil-1.2.6.orig/tests/integration/test_cmdline_integration.py	2017-02-17 03:28:54.000000000 -0800
479a4bb
+++ pytest-shutil-1.2.6/tests/integration/test_cmdline_integration.py	2017-08-15 11:51:30.741090511 -0700
479a4bb
@@ -5,6 +5,6 @@
479a4bb
 
479a4bb
 def test_chdir():
479a4bb
     here = os.getcwd()
479a4bb
-    with cmdline.chdir('/bin'):
479a4bb
-        assert os.getcwd() == '/bin'
479a4bb
-    assert os.getcwd() == here
479a4bb
\ No newline at end of file
479a4bb
+    with cmdline.chdir('/etc'):
479a4bb
+        assert os.getcwd() == '/etc'
479a4bb
+    assert os.getcwd() == here