From: Zoran Zaric Date: Sun, 8 May 2011 22:53:47 +0000 (+0200) Subject: Remove a file created in a index test X-Git-Tag: bup-0.25-rc1~29 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=887f945baf7edd3d07b2a0cf5b1be4ab678d1a48 Remove a file created in a index test Signed-off-by: Zoran Zaric --- diff --git a/lib/bup/t/tindex.py b/lib/bup/t/tindex.py index 9c618a4..48cc2f7 100644 --- a/lib/bup/t/tindex.py +++ b/lib/bup/t/tindex.py @@ -66,6 +66,8 @@ def index_negative_timestamps(): assert len(e.packed()) WVPASS() + unlink('foo') + @wvtest def index_dirty():