diff options
Diffstat (limited to 'tests/shell_interaction.expect')
-rwxr-xr-x | tests/shell_interaction.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell_interaction.expect b/tests/shell_interaction.expect index 325e476..72f8676 100755 --- a/tests/shell_interaction.expect +++ b/tests/shell_interaction.expect @@ -1,7 +1,7 @@ #!/usr/bin/expect set args [lrange $argv 0 end] set timeout 300 -spawn debvm-run {*}$args +spawn {*}$args expect "root@testvm:~#" set timeout 10 send "echo 6coF0JBW\$((2+3))\r" |