diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:34:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:34:49 +0300 |
commit | 9403537150bd2d4e7befb1b40fb61ea8db0ed751 (patch) | |
tree | 25fc8cec3273c1f1c7164627284cf6f9f6b40371 /tests/ci.testscript | |
parent | ed05ed4c87dffecd131a355b2d459a08a821318f (diff) |
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/ci.testscript')
-rw-r--r-- | tests/ci.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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' |