You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/feature_config_args.py
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -108,17 +108,15 @@ def run_test(self):
108
108
f.write("datadir="+new_data_dir+"\n")
109
109
f.write(conf_file_contents)
110
110
111
-
# Temporarily disabled, because this test would access the user's home dir (~/.bitcoin)
112
-
#self.nodes[0].assert_start_raises_init_error(['-conf=' + conf_file], 'Error reading configuration file: specified data directory "' + new_data_dir + '" does not exist.')
111
+
self.nodes[0].assert_start_raises_init_error(['-conf='+conf_file], 'Error: Error reading configuration file: specified data directory "'+new_data_dir+'" does not exist.')
113
112
114
113
# Create the directory and ensure the config file now works
115
114
os.mkdir(new_data_dir)
116
-
# Temporarily disabled, because this test would access the user's home dir (~/.bitcoin)
0 commit comments