]> arthur.barton.de Git - bup.git/commitdiff
Remove a file created in a index test
authorZoran Zaric <zz@zoranzaric.de>
Sun, 8 May 2011 22:53:47 +0000 (00:53 +0200)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 9 May 2011 00:03:01 +0000 (00:03 +0000)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
lib/bup/t/tindex.py

index 9c618a443620f1ea246a41e437221c2ec7281eef..48cc2f73d540d33910f50fbf9fd27c0a96c00f3a 100644 (file)
@@ -66,6 +66,8 @@ def index_negative_timestamps():
     assert len(e.packed())
     WVPASS()
 
+    unlink('foo')
+
 
 @wvtest
 def index_dirty():