diff options
Diffstat (limited to 'test/script/shell.et')
| -rw-r--r-- | test/script/shell.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/shell.et b/test/script/shell.et index c3a2282..9a2de24 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -33,7 +33,7 @@ test ShellPrepare: expect /run-finish/ from p local: - spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "${scripts.path}/minici.yaml", "shell", "combine.$r1t.$r2t" ] + spawn on n as p args [ "--storage=minici", "--repo=r1:./dir_r1", "--repo=r2:./dir_r2", "${scripts.path}/minici.yaml", "shell", "combine:$r1t:$r2t" ] with p: send "ls ." expect /d1/ |