- Notifications
You must be signed in to change notification settings - Fork5
Commit3b8d721
committed
Fix TAP tests for older Perls.
Commit 7132810c (Retain tempdirs for failed tests) used Test::More'sis_passing method, but that was added in Test::More 0.89_01 which issometime later than Perl 5.10.1. Popular platforms such as RHEL6 don'thave that, nevermind some of our older dinosaurs. Do it the hard way.Michael Paquier, based on research by Craig Ringer1 parenta892234 commit3b8d721
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
114 | 124 |
| |
115 | 125 |
| |
116 | 126 |
| |
|
0 commit comments
Comments
(0)