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"