diff --git a/projects/test_swtimer_basic/tests/hello-world b/projects/test_swtimer_basic/tests/hello-world deleted file mode 100755 index 6f4a6ca8114811b10ab0ba8bd7193769aab5f889..0000000000000000000000000000000000000000 --- a/projects/test_swtimer_basic/tests/hello-world +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/expect - -set timeout 5 - -spawn board/msba2/tools/bin/pseudoterm $env(PORT) - -expect { - "Hello World!" {} - timeout { exit 1 } -} - -puts "\nTest successful!\n" -