diff --git a/projects/skel/tests/hello-world b/projects/skel/tests/hello-world index 6f4a6ca811..acde8265fe 100755 --- a/projects/skel/tests/hello-world +++ b/projects/skel/tests/hello-world @@ -2,7 +2,7 @@ set timeout 5 -spawn board/msba2/tools/bin/pseudoterm $env(PORT) +spawn pseudoterm $env(PORT) expect { "Hello World!" {}