diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-04-06 10:08:34 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-04-06 17:44:08 +0200 |
commit | 5f22a836f2c3330d9f2c3707167096e1e3ece31f (patch) | |
tree | de96588d0b93f9f9106d1881001ff049ba05496c /tests/shell_interaction.expect | |
parent | 6f2a356ca10ab97ed257097996593d707eca9bd7 (diff) | |
download | debvm-5f22a836f2c3330d9f2c3707167096e1e3ece31f.tar.gz |
salsa-ci: add basic tests for debefivm-*
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" |