forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd143150
committed
Fix thinko in psql test
The tests added by14d755b added atest case for psql's \set ECHO errors. After the test, it then resetthis to \set ECHO none, which is the default. But the regressiontests are actually run under \set ECHO all (psql -a), so that wouldhave been the correct way to restore the previous state. Otherwise,test cases added after that point would not have their input linesdisplayed. This was never the intention, so fix this now.1 parente0e567a commitd143150
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1315 | 1315 |
| |
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 |
| - | |
| 1318 | + |
0 commit comments
Comments
(0)