From 54c937f78562fc6a5d2ea01c8747c62ccea980cb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Aug 2019 20:32:51 +0300 Subject: Split -am git options in testscripts --- tests/publish.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/publish.testscript') diff --git a/tests/publish.testscript b/tests/publish.testscript index 28b153d..c28a6a3 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -245,7 +245,7 @@ g = git -C prj >! 2>! info: use --force=uncommitted to publish anyway EOE - $g commit -am 'Version'; + $g commit -a -m 'Version'; $* 2>>~%EOE% %package submission is queued(: \.*prj/1.0.16)?%d @@ -276,7 +276,7 @@ g = git -C prj >! 2>! # sleep 1; - $g commit -am 'Version'; + $g commit -a -m 'Version'; $* 2>>~%EOE% != 0; synchronizing: -- cgit v1.1