aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_syscall_sandbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_syscall_sandbox.py')
-rwxr-xr-xtest/functional/feature_syscall_sandbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_syscall_sandbox.py b/test/functional/feature_syscall_sandbox.py
index caf7f1e7fc..e430542845 100755
--- a/test/functional/feature_syscall_sandbox.py
+++ b/test/functional/feature_syscall_sandbox.py
@@ -14,7 +14,7 @@ class SyscallSandboxTest(BitcoinTestFramework):
def skip_test_if_missing_module(self):
if not self.is_syscall_sandbox_compiled():
raise SkipTest("bitcoind has not been built with syscall sandbox enabled.")
- if self.options.nosandbox:
+ if self.disable_syscall_sandbox:
raise SkipTest("--nosandbox passed to test runner.")
def run_test(self):