forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e08ac6
committed
Use portable diff options in pg_bsd_indent's regression test.
We had been using "diff -upd", which evidently works for most people,but Solaris's diff doesn't like it. (We'd not noticed because theSolaris buildfarm animals weren't running this test until they wereupgraded to the latest buildfarm client script.) Change to "diff -U3"which is what pg_regress has used for ages.Per buildfarm (and off-list discussion with Noah Misch).Back-patch to v16 where this test was added. In v16,also back-patch the relevant part of628c1d1 so thatthe test script looks about the same in all branches.1 parentf8f9110 commit5e08ac6
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
| |||
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 |
| - | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
|
0 commit comments
Comments
(0)