summaryrefslogtreecommitdiff
path: root/test/e2e/negative_test.go
Commit message (Collapse)AuthorAge
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
| | | | | | | Rather than checking for non-zero, we need to check for >0 to distinguish between timeouts and error exit codes. Signed-off-by: Jhon Honce <jhonce@redhat.com>
* Add negative command-line testChris Evich2019-05-08
Signed-off-by: Chris Evich <cevich@redhat.com>