summaryrefslogtreecommitdiff
path: root/test/it.t
diff options
context:
space:
mode:
authorUrban Müller2018-06-28 01:45:43 +0200
committerUrban Müller2018-06-28 01:45:43 +0200
commit7401dca94495254ba1072db8fb80d660af7ba45e (patch)
tree59a74b01f9b511bcbce2af8ff15a467126cbdf86 /test/it.t
parent2018db6c8500a67ae9c0c7fab07bbf59b0491197 (diff)
downloaditools-7401dca94495254ba1072db8fb80d660af7ba45e.tar.gz
itools-7401dca94495254ba1072db8fb80d660af7ba45e.tar.bz2
itools-7401dca94495254ba1072db8fb80d660af7ba45e.zip
we have no decent tmp dir that allows overwrites... sigh
Diffstat (limited to 'test/it.t')
-rwxr-xr-xtest/it.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/it.t b/test/it.t
index 996f44a..fe0b45d 100755
--- a/test/it.t
+++ b/test/it.t
@@ -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");