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

Commit4483dd9

Browse files
committed
Fix missing "use Test::More" in Kerberos.pm.
Apparently the only Test::More function this script uses isBAIL_OUT, so this omission just results in the wrong erroroutput appearing in the cases where it bails out.Seems to have been an oversight in commit9f89956 whichsplit Kerberos.pm out of another script.Author: Maxim Orlov <orlovmg@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CACG=ezY1Dp-S94b78nN0ZuaBGGcMUB6_nF-VyYUwPt1ArFqmGA@mail.gmail.comBackpatch-through: 17
1 parentda3b613 commit4483dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/test/perl/PostgreSQL/Test/Kerberos.pm‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ package PostgreSQL::Test::Kerberos;
99
use strict;
1010
use warningsFATAL=>'all';
1111
use PostgreSQL::Test::Utils;
12+
use Test::More;
1213

1314
our (
1415
$krb5_bin_dir,$krb5_sbin_dir,$krb5_config,$kinit,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp