From bd414913ab6e6c641d0862651cff22e6ee730c75 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 3 Dec 2010 17:40:49 +0100 Subject: [PATCH] Fix typo --- gw-tests/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2