]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/lib.sh
Fix typo
[can-benchmark.git] / 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 "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
 }
 
     fi
 }