Browse Source

autotest: remove stray close() call from printstate()

1.2
Oswald Buddenhagen 8 years ago
parent
commit
b45e711da5
  1. 1
      src/run-tests.pl

1
src/run-tests.pl

@ -603,7 +603,6 @@ sub printstate(@)
print shift(@t).", ".shift(@t).", \"".shift(@t)."\"";
}
print " ],\n";
close FILE;
}
# \@chan_state

Loading…
Cancel
Save