diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-20 00:32:20 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-20 00:32:20 +0200 |
commit | 01b5c618838c3d62057861e3592e78e9cd123dcc (patch) | |
tree | 7a3f38cf582dec82aa3db524c0bd79755c03084f | |
parent | 17947e606686e402522e0e15b6a41f1fc20f4908 (diff) | |
download | sbotools2-01b5c618838c3d62057861e3592e78e9cd123dcc.tar.xz |
27-race-sbofind.t: no need to mkdir $tags_file
-rwxr-xr-x | t/27-race-sbofind.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/27-race-sbofind.t b/t/27-race-sbofind.t index f41a8e3..ba28a5e 100755 --- 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; } }; } |