diff options
| -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;  				}  			};  		} | 
