tests: test_shell: call "make term" instead of hardcoded pseudoterm

This commit is contained in:
Kaspar Schleiser 2014-02-28 17:41:07 +01:00
parent 049838841a
commit bcf5050d50
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set timeout 5
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"

View File

@ -2,7 +2,7 @@
set timeout 1
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"

View File

@ -2,7 +2,7 @@
set timeout 2
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"