forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0704aed
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 parent3a7ae6b commit0704aed
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments
Comments
(0)