Commit Diff


commit - f79e64905fc5fe74a7dfa5a7b0af0f567b16ee8f
commit + d7c4e80d2ab26252096219f540ed037f15985472
blob - b188613f5c0ab1301b667f94dfbc18bea0f8512c
blob + e0ab0090ca236ade184a5727ebfd9842876870a0
--- regress/cmdline/clone.sh
+++ regress/cmdline/clone.sh
@@ -106,7 +106,7 @@ function test_clone_list {
 		return 1
 	fi
 
-	echo "Connected to 127.0.0.1" > $testroot/stdout.expected
+	echo "Connecting to 127.0.0.1" > $testroot/stdout.expected
 	got ref -l -r $testroot/repo >> $testroot/stdout.expected
 
 	cmp -s $testroot/stdout $testroot/stdout.expected
blob - d46a15108d913f2686fdf20a1cf6fbe75e121e1e
blob + 8d18f4cc109ac898d975c83a67497a64dd743205
--- regress/cmdline/fetch.sh
+++ regress/cmdline/fetch.sh
@@ -145,7 +145,7 @@ function test_fetch_list {
 		return 1
 	fi
 
-	echo "Connected to \"origin\" 127.0.0.1" > $testroot/stdout.expected
+	echo "Connecting to \"origin\" 127.0.0.1" > $testroot/stdout.expected
 	got ref -l -r $testroot/repo >> $testroot/stdout.expected
 
 	cmp -s $testroot/stdout $testroot/stdout.expected