diff --git a/lib/rucio/tests/test_bin_rucio.py b/lib/rucio/tests/test_bin_rucio.py index 859e31b34c..10e1f4d78a 100755 --- a/lib/rucio/tests/test_bin_rucio.py +++ b/lib/rucio/tests/test_bin_rucio.py @@ -1039,6 +1039,9 @@ def test_download_dataset(self): print(self.marker + cmd) exitcode, out, err = execute(cmd) print(out, err) + + os.remove(tmp_file1) + # download dataset cmd = 'rucio -v download --dir /tmp {0}'.format(tmp_dataset) # triming '/tmp/' from filename print(self.marker + cmd)