sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 01b5c618838c3d62057861e3592e78e9cd123dcc
parent 17947e606686e402522e0e15b6a41f1fc20f4908
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 20 Jun 2016 00:32:20 +0200

27-race-sbofind.t: no need to mkdir $tags_file

Diffstat:
Mt/27-race-sbofind.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/27-race-sbofind.t b/t/27-race-sbofind.t @@ -43,7 +43,7 @@ my $tags_file = '/usr/sbo/repo/TAGS.txt'; if ($_[0] eq '$tags_file may be deleted after -f check') { local *_race::cond = sub { if ($_[0] eq '$file could be deleted between -f test and open') { - unlink $tags_file; mkdir $tags_file; + unlink $tags_file; } }; }