diff options
Diffstat (limited to 'tests/rep-fetch-git-commit.testscript')
-rw-r--r-- | tests/rep-fetch-git-commit.testscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rep-fetch-git-commit.testscript b/tests/rep-fetch-git-commit.testscript index ff6c7a3..f5aa685 100644 --- a/tests/rep-fetch-git-commit.testscript +++ b/tests/rep-fetch-git-commit.testscript @@ -6,6 +6,7 @@ : unadvertised : +if ($git_fully_supported || $git_protocol != 'https-smart-unadv') { +git -C ../style-basic log '--pretty=format:%H' --all --grep='README' | \ set commit @@ -72,6 +73,7 @@ %fetching git:.+style-basic#@$commit% %querying .+style-basic\.git%? %fetching from .+style-basic.\git% + %querying .+style-basic\.git%? $warn 1 package\(s\) in 1 repository\(s\) EOE @@ -86,6 +88,7 @@ %fetching git:.+style-basic#stable@$commit% %querying .+style-basic\.git%? %fetching from .+style-basic\.git% + %querying .+style-basic\.git%? $warn 1 package\(s\) in 1 repository\(s\) EOE |