We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec25e commit d3b2c16Copy full SHA for d3b2c16
t/t9210-scalar.sh
@@ -385,6 +385,11 @@ test_expect_success '`scalar clone` with GVFS-enabled server' '
385
echo "$(pwd)/.scalarCache/$cache_key" >expect &&
386
git -C using-gvfs/src config gvfs.sharedCache >actual &&
387
test_cmp expect actual &&
388
+
389
+ : verify that HTTP/1.1 is configured for ADO URLs &&
390
+ git -C using-gvfs/src config http.version >actual &&
391
+ echo "HTTP/1.1" >expect &&
392
+ test_cmp expect actual &&
393
394
second=$(git rev-parse --verify second:second.t) &&
395
(
0 commit comments