[test suite] minor update to exercise rc file comment line detection code

This commit is contained in:
Michael Rash 2018-08-11 09:46:22 -07:00
parent 799ec87765
commit 02542a025e

View File

@ -2443,6 +2443,7 @@ sub write_rc_file() {
print RC "$var $hr->{'vars'}->{$var}\n";
}
}
print RC "#\n"; ### to max code coverage
close RC;
return;