diff --git a/projects/test_shell/tests/02-unknown-command b/projects/test_shell/tests/02-unknown-command index bf0ed65a00..78f09b73d7 100755 --- a/projects/test_shell/tests/02-unknown-command +++ b/projects/test_shell/tests/02-unknown-command @@ -1,6 +1,6 @@ #!/usr/bin/expect -set timeout 1 +set timeout 2 spawn board/msba2/tools/bin/pseudoterm $env(PORT) @@ -13,7 +13,7 @@ expect { send "some_definately_unknown_command\n" expect { - "shell: command not found." {} + "shell: command "some_definately_unknown_command" not found." {} timeout { exit 1 } }