aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-20 00:32:20 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-20 00:32:20 +0200
commit01b5c618838c3d62057861e3592e78e9cd123dcc (patch)
tree7a3f38cf582dec82aa3db524c0bd79755c03084f
parent17947e606686e402522e0e15b6a41f1fc20f4908 (diff)
downloadsbotools2-01b5c618838c3d62057861e3592e78e9cd123dcc.tar.xz
27-race-sbofind.t: no need to mkdir $tags_file
-rwxr-xr-xt/27-race-sbofind.t2
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;
}
};
}