From 5a9f0752c8afb11cdb951098a280532e2d7e5327 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 1 Dec 2019 10:13:21 -0600 Subject: [PATCH] git: update test --- extra/git/git-tests.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extra/git/git-tests.factor b/extra/git/git-tests.factor index e36464fd30..31a8114871 100644 --- a/extra/git/git-tests.factor +++ b/extra/git/git-tests.factor @@ -22,9 +22,8 @@ IN: git.tests ] with-empty-test-git-repo ; inline { "hello" } [ - commit new "author" "hello\r\n" - [ parse-commit-field ] with-string-reader - author>> + commit new " hello\n\n" 0 "author" + parse-commit-field 2drop author>> ] unit-test { "refs/heads/master" } [