X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/19359cd66ecd54ece07987f80b98ab5f12a5e82d..bd414913ab6e6c641d0862651cff22e6ee730c75:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 72d635e..e0ab644 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -119,7 +119,7 @@ _myexit() { error "bug in the test script: No test_end called" fi if ! test -n "$exit_ok"; then - error "FATAL: Command '$cmd' exited with code $code" + error "FATAL: Command '$cmd' exit with code $code" fi }