Fix broken subroutine call in TestLib
authorAlvaro Herrera <[email protected]>
Thu, 3 Dec 2015 02:16:22 +0000 (23:16 -0300)
committerAlvaro Herrera <[email protected]>
Thu, 3 Dec 2015 02:16:22 +0000 (23:16 -0300)
Michael Paquier

src/test/perl/TestLib.pm

index af46dc8c7a24060433596a50bed38502a1662ec9..7edd4c40eac3cdf593aa1238662498632dfafc36 100644 (file)
@@ -143,7 +143,7 @@ sub system_or_bail
 sub run_log
 {
        print("# Running: " . join(" ", @{ $_[0] }) . "\n");
-       return run(@_);
+       return IPC::Run::run(@_);
 }
 
 sub slurp_dir