From bf7516b2c4a5ef0a168026ceda0795edb8c8c66c Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Thu, 10 Mar 2011 22:12:07 +0530 Subject: [PATCH] (minor test script fix) --- t/t67-hub | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/t/t67-hub b/t/t67-hub index 3218407..b0fe97c 100644 --- a/t/t67-hub +++ b/t/t67-hub @@ -102,10 +102,9 @@ do name "alice views log and diffs" runlocal ssh u1 hub view-log r1 1 + expect "commit [0-9a-f]*$" + expect "Author: gitolite tester .tester@example.com." expect "setup: child is cloned and adds b1 and b2" - expect commit - wc < ~/1 > ~/2; > ~/1 - expect "5 22 178" runlocal ssh u1 hub view-log r1 3 --oneline expect "setup: child is cloned and adds b1 and b2"