Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2983cf

Browse files
committed
Fix broken subroutine call in TestLib
Michael Paquier
1 parentd8ff060 commita2983cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/TestLib.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ sub system_or_bail
143143
subrun_log
144144
{
145145
print("# Running:" .join("", @{$_[0] }) ."\n");
146-
return run(@_);
146+
returnIPC::Run::run(@_);
147147
}
148148

149149
subslurp_dir

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp