From 9403537150bd2d4e7befb1b40fb61ea8db0ed751 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 7 Jul 2022 20:34:49 +0300 Subject: Use [cmdline] type for canned commands in testscripts --- tests/ci.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci.testscript') diff --git a/tests/ci.testscript b/tests/ci.testscript index f048de0..16d0834 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -26,7 +26,7 @@ end # +sed -i -e 's/^(version:) .*$/\1 1.0.1/' prj/manifest -g = git -C prj 2>! >&2 +g = [cmdline] git -C prj 2>! >&2 +$g config user.name 'Test Script' +$g config user.email 'testscript@example.com' -- cgit v1.1