]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
mg-force-push: unshift . onto @INC
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 29 Jan 2018 17:23:28 +0000 (17:23 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 29 Jan 2018 17:23:28 +0000 (17:23 +0000)
This script seems to have missed out on the bulk commit fixing this
problem.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
mg-force-push

index 4a8f0a2cfe2c72ef643fad53a7aef14780f7e836..09c1894d953bb7d85ce3243a39ccbdf63dcb10f1 100755 (executable)
@@ -10,6 +10,7 @@
 use strict;
 use warnings;
 
+BEGIN { unshift @INC, qw(.); }
 use Osstest;
 
 my @dryrun;