summaryrefslogtreecommitdiff
path: root/test/script/shell.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-09-11 21:20:46 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-09-13 15:05:42 +0200
commita589e61c2b807196696632eb17e8ad573daa9c08 (patch)
tree254b6eb0c5a31de0cc94380ebdc00489ba54d010 /test/script/shell.et
parent73a141316db78b942160b11bdb3c92208f3eddd6 (diff)
Use colon as preferred job ID separator
Changelog: Colon `:` is now accepted and preferred as job ID separator.
Diffstat (limited to 'test/script/shell.et')
-rw-r--r--test/script/shell.et2
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/