Browse Source

autotest: use warnings

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

1
src/run-tests.pl

@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
use warnings;
use strict;
use File::Path;

Loading…
Cancel
Save