forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1a9542
committed
Fix improper example of using psql() function in TAP tests documentation.
In an example of TAP test scripts, there is the test checking whetherthe result of the query is expected or not. But, in previous example,the exit code of psql instead of the query result was checked unexpectedly.Author: Ildar Musin1 parent43c2c40 commitc1a9542
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments
Comments
(0)