http: use hostname in credential description
[gitweb.git] / t / t5550-http-fetch.sh
index ed4db09bed0917c034d4ee5cddff72269f46b33b..d1ab4d0e4c8e0c669a88c2a52a6592643a3a99c6 100755 (executable)
@@ -51,8 +51,8 @@ test_expect_success 'setup askpass helpers' '
        GIT_ASKPASS="$PWD/askpass" &&
        export GIT_ASKPASS &&
        >askpass-expect-none &&
-       echo "askpass: Password: " >askpass-expect-pass &&
-       { echo "askpass: Username: " &&
+       echo "askpass: Password for '\''$HTTPD_DEST'\'': " >askpass-expect-pass &&
+       { echo "askpass: Username for '\''$HTTPD_DEST'\'': " &&
          cat askpass-expect-pass
        } >askpass-expect-both
 '