aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/26-race-sbocheck.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/26-race-sbocheck.t b/t/26-race-sbocheck.t
index 39bc312..d9272ec 100755
--- a/t/26-race-sbocheck.t
+++ b/t/26-race-sbocheck.t
@@ -27,5 +27,5 @@ plan tests => 2;
like ($out, qr/\QUnable to open $logfile./, "sbocheck's print_output() gave correct output");
is ($exit, undef, "sbocheck's print_output() didn't exit");
- unlink $logfile;
+ rmdir $logfile;
}