Avoid unportable shell syntax in pg_upgrade's test script.
Tom Lane <tgl@sss.pgh.pa.us>
Avoid unportable shell syntax in pg_upgrade's test script. Most of test.sh uses traditional backtick syntax for command substitution, but commit da9b580d8 introduced two uses of $(...) syntax, which is not recognized by very old shells. Bring those into line with the rest. Victor Wagner Discussion: https://postgr.es/m/20180720153820.69e9ae6c@fafnir.local.vm
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_upgrade/test.sh | modified | +2 −2 |
Discussion
- Non-portable shell code in pg_upgrade tap tests 17 messages · 2018-07-20 → 2018-07-23