- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit4483dd9
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: 171 parentda3b613 commit4483dd9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments
Comments
(0)