runtest.pl: use lib '.' - because newer perl does not have that by default

To make tests work again on debian stretch.
This commit is contained in:
Dietmar Maurer 2017-01-24 11:12:53 +01:00
parent e0a862e2c0
commit 5d5a179cda

View File

@ -1,6 +1,7 @@
#!/usr/bin/perl
use lib '../../src';
use lib '.';
use strict;
use warnings;