mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-06 05:31:24 +00:00
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:
parent
e0a862e2c0
commit
5d5a179cda
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use lib '../../src';
|
||||
use lib '.';
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user