summaryrefslogtreecommitdiff
path: root/lib/sbin/Runtest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/Runtest.pl')
-rw-r--r--lib/sbin/Runtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl
index 6692b9db..7d83cc08 100644
--- a/lib/sbin/Runtest.pl
+++ b/lib/sbin/Runtest.pl
@@ -233,7 +233,7 @@ sub runtest {
printf "Issuing $cmd\n";
$retcode = 0;
open (CMD, "$cmd |");
- open (LOG, "> ${sep}$tp.log");
+ open (LOG, "> $tp.log");
while (<CMD>) {
print LOG;