From 532a56441b5231ac0965d4a4f208c75e98b80200 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 21 Feb 2013 23:27:25 +0530 Subject: [PATCH] Fix mild output format changes in git. Travis is now using git version 1.8.* to run the tests and there is a slight difference in output formatting of the git commands. This is causing mis-leading test failures. --- tests/revert-update.t | 4 ++-- tests/update.t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/revert-update.t b/tests/revert-update.t index 2974de5..a5ddf8a 100644 --- a/tests/revert-update.t +++ b/tests/revert-update.t @@ -39,11 +39,11 @@ Run antigen's update. ???????..??????? master -> origin/master (glob) Updating ???????..??????? (glob) Fast-forward - aliases.zsh | 2 +- + aliases.zsh |\s+2 \+- (re) 1 file changed, 1 insertion(+), 1 deletion(-) Updated from ??????? to ???????. (glob) ??????? Updated message (glob) - aliases.zsh | 2 +- + aliases.zsh |\s+2 +- (re) 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/update.t b/tests/update.t index 6e5da88..32d2ca1 100644 --- a/tests/update.t +++ b/tests/update.t @@ -23,11 +23,11 @@ Run antigen's update. ???????..??????? master -> origin/master (glob) Updating ???????..??????? (glob) Fast-forward - aliases.zsh | 2 +- + aliases.zsh |\s+2 \+- (re) 1 file changed, 1 insertion(+), 1 deletion(-) Updated from ??????? to ???????. (glob) ??????? Updated message (glob) - aliases.zsh | 2 +- + aliases.zsh |\s+2 \+- (re) 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.0.0