Changes in / [25a549:41b123]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/tests/testsuite.at
r25a549 r41b123 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.