diff options
author | Urban Müller | 2018-06-28 01:45:43 +0200 |
---|---|---|
committer | Urban Müller | 2018-06-28 01:45:43 +0200 |
commit | 7401dca94495254ba1072db8fb80d660af7ba45e (patch) | |
tree | 59a74b01f9b511bcbce2af8ff15a467126cbdf86 /test | |
parent | 2018db6c8500a67ae9c0c7fab07bbf59b0491197 (diff) | |
download | itools-7401dca94495254ba1072db8fb80d660af7ba45e.tar.gz itools-7401dca94495254ba1072db8fb80d660af7ba45e.tar.bz2 itools-7401dca94495254ba1072db8fb80d660af7ba45e.zip |
we have no decent tmp dir that allows overwrites... sigh
Diffstat (limited to 'test')
-rwxr-xr-x | test/it.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -472,3 +472,4 @@ is(ob_get_clean(), "aa"); it::file_put("/tmp/it_test", "bb"); is(it::file_get("/tmp/it_test"), "bb"); +it::system("rm -f /tmp/it_test"); |