Skip to content

Commit fde0881

Browse files
committed
TST: Save the result in the temp directory in which this runs.
1 parent f50fe4f commit fde0881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipy/tests/test_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ def test_nipy_4d_realign():
176176
# Test nipy_4d_realign script
177177
with InTemporaryDirectory() as tmpdir:
178178
# Quotes in case of space in arguments
179-
cmd = 'nipy_4d_realign 2.0 %s --slice_dim 2 --slice_dir -1' % funcfile
179+
cmd = 'nipy_4d_realign 2.0 %s --slice_dim 2 --slice_dir -1 --save_path .' % funcfile
180180
run_command(cmd)

0 commit comments

Comments
 (0)