From: Michal Sojka Date: Fri, 3 Dec 2010 16:40:49 +0000 (+0100) Subject: Fix typo X-Git-Tag: fix-allnoconfig~272 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/bd414913ab6e6c641d0862651cff22e6ee730c75 Fix typo --- 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 }