write command was removed from sky-shell, which requires a test update

This commit is contained in:
fros4943 2010-02-04 00:07:18 +00:00
parent f5004dca14
commit ddf498a065

View file

@ -90,7 +90,7 @@ WAIT_UNTIL(msg.contains('Contiki>'));
/* Test command: help */
log.log("> help\n");
write(mote, "help");
WAIT_UNTIL(msg.startsWith('write <filename>'));
WAIT_UNTIL(msg.startsWith('Available commands:'));
WAIT_UNTIL(msg.contains('Contiki>'));
log.testOK(); /* We are done! */</script>