aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch-git-commit.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rep-fetch-git-commit.test')
-rw-r--r--tests/rep-fetch-git-commit.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test
index e2752b6..3547010 100644
--- a/tests/rep-fetch-git-commit.test
+++ b/tests/rep-fetch-git-commit.test
@@ -45,7 +45,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
$warn
%Cloning into '.+$abbr_commit'.+%
$fetch
- 0 package\(s\) in 1 repository\(s\)
+ 1 package\(s\) in 1 repository\(s\)
EOE
}
@@ -56,7 +56,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
if ($git_protocol == 'https-smart-unadv')
warn = '%.{0}'
- fetch = "%Fetching in '.+stable'.+%"
+ fetch = "%Fetching in '.+$abbr_commit'.+%"
else
warn = "warning: fetching whole branch history"
@@ -72,9 +72,9 @@ warning: fetching over dumb HTTP, no progress will be shown'
$* 2>>~"%EOE%"
%fetching git:.+style-basic%
$warn
- %Cloning into '.+stable'.+%
+ %Cloning into '.+$abbr_commit'.+%
$fetch
- 0 package\(s\) in 1 repository\(s\)
+ 1 package\(s\) in 1 repository\(s\)
EOE
}
}
@@ -103,7 +103,7 @@ warning: fetching over dumb HTTP, no progress will be shown'
$warn
%Cloning into '.+$abbr_commit'.+%
$fetch
- 0 package\(s\) in 1 repository\(s\)
+ 1 package\(s\) in 1 repository\(s\)
EOE
}
@@ -121,8 +121,8 @@ warning: fetching over dumb HTTP, no progress will be shown'
$* 2>>~"%EOE%"
%fetching git:.+style-basic%
$warn
- %Cloning into '.+stable'.+%
- 0 package\(s\) in 1 repository\(s\)
+ %Cloning into '.+$abbr_commit'.+%
+ 1 package\(s\) in 1 repository\(s\)
EOE
}
}