Commit 6307431
committed
Fix tutorial example for how to test with a script.
The script must exit with 0 if there is not problem and non-zero otherwise.
Since `grep` exits with 0 if a line matches the pattern we need to negate its
exit code.1 parent 51ae2d9 commit 6307431
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments