autotest: remove stray close() call from printstate()
This commit is contained in:
parent
f934e995d6
commit
b45e711da5
1 changed files with 0 additions and 1 deletions
|
@ -603,7 +603,6 @@ sub printstate(@)
|
||||||
print shift(@t).", ".shift(@t).", \"".shift(@t)."\"";
|
print shift(@t).", ".shift(@t).", \"".shift(@t)."\"";
|
||||||
}
|
}
|
||||||
print " ],\n";
|
print " ],\n";
|
||||||
close FILE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# \@chan_state
|
# \@chan_state
|
||||||
|
|
Loading…
Add table
Reference in a new issue