aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_startupnotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_startupnotify.py')
-rwxr-xr-xtest/functional/feature_startupnotify.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_startupnotify.py b/test/functional/feature_startupnotify.py
index ff5272b281..5c00984404 100755
--- a/test/functional/feature_startupnotify.py
+++ b/test/functional/feature_startupnotify.py
@@ -18,7 +18,6 @@ FILE_NAME = "test.txt"
class StartupNotifyTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
- self.disable_syscall_sandbox = True
def run_test(self):
tmpdir_file = os.path.join(self.options.tmpdir, NODE_DIR, FILE_NAME)