Changes in / [b13ea4:9757d9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/testsuite.at
rb13ea4 r9757d9 15 15 AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore]) 16 16 AT_CHECK([fgrep "Give this help screen" stdout], 0, [ignore], [ignore]) 17 AT_CHECK([../../molecuilder -e], 134, [ignore], [stderr])17 AT_CHECK([../../molecuilder -e], 255, [ignore], [stderr]) 18 18 AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore]) 19 19 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.