From a589e61c2b807196696632eb17e8ad573daa9c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 11 Sep 2026 21:20:46 +0200 Subject: Use colon as preferred job ID separator Changelog: Colon `:` is now accepted and preferred as job ID separator. --- test/script/shell.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/script/shell.et') 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/ -- cgit v1.2.3