summaryrefslogtreecommitdiff
path: root/test/withrepo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/withrepo.lua')
-rw-r--r--test/withrepo.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/withrepo.lua b/test/withrepo.lua
index 0795993..5b33176 100644
--- a/test/withrepo.lua
+++ b/test/withrepo.lua
@@ -8,9 +8,11 @@ local _xpcall = xpcall
function xpcall(fn, tb)
os.execute("rm -rf test/test_repo")
os.execute("rm -rf test/lorries.git")
+ os.execute("rm -rf test/website.git")
local ok, msg = _xpcall(fn, tb)
os.execute("rm -rf test/test_repo")
os.execute("rm -rf test/lorries.git")
+ os.execute("rm -rf test/website.git")
return ok, msg
end