summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_isolation_chroot.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_python_isolation_chroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_python_isolation_chroot.py b/test/test_python_isolation_chroot.py
index 6d178b2e..134d2b8a 100644
--- a/test/test_python_isolation_chroot.py
+++ b/test/test_python_isolation_chroot.py
@@ -28,7 +28,7 @@ class TestPythonIsolation(TestApplicationPython):
assert (
self.getjson(url='/?path=/proc/self')['body']['FileExists']
- == False
+ == True
), 'no /proc/self'
assert (