]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Fix typo
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Dec 2010 16:40:49 +0000 (17:40 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Dec 2010 16:40:49 +0000 (17:40 +0100)
gw-tests/lib.sh

index 72d635e661a03b29afc9b39fe04983b266814282..e0ab6445efc547d3c3f54c1f7e514e56de368f8e 100644 (file)
@@ -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
 }