From c80ab019c4c6578ca34a370a92a3ebddce45cb7a Mon Sep 17 00:00:00 2001 From: Stephan Zeisberg <stephan@ramssys.(none)> Date: Tue, 26 Oct 2010 16:59:05 +0200 Subject: [PATCH] removed accidentally added file from repo --- projects/test_swtimer_basic/tests/hello-world | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 projects/test_swtimer_basic/tests/hello-world diff --git a/projects/test_swtimer_basic/tests/hello-world b/projects/test_swtimer_basic/tests/hello-world deleted file mode 100755 index 6f4a6ca811..0000000000 --- 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" - -- GitLab