summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-10-21 13:32:41 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-10-21 13:32:41 +0100
commit6b1d582a83c0a51d74266e635348eb64c03e6969 (patch)
treef14fa80d781c0d21426961efd28f4e9935182233
parentd56bd1b8d20073f4d3f7849d8dada28af0a7e2ed (diff)
downloadluxio-6b1d582a83c0a51d74266e635348eb64c03e6969.tar.gz
Clean up after access test
-rw-r--r--tests/test-access.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-access.lua b/tests/test-access.lua
index cbdacb2..0e6ab69 100644
--- a/tests/test-access.lua
+++ b/tests/test-access.lua
@@ -32,3 +32,6 @@ if r == 0 then
end
print(("Running does not have execute access to %s (PASS)"):format(path))
+
+-- Ignore errors here, but try and clean up
+l.unlink(path)