t/lib-credential.sh: drop shebang line
commitf27491d59ef66fcb175101e1bca457c3d69dc1d9
authorJeff King <peff@peff.net>
Thu, 26 Mar 2020 08:25:27 +0000 (26 04:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2020 18:26:36 +0000 (27 11:26 -0700)
treeb54143d89e56c3b5ba5b05bfa26a71964c9426aa
parent274b9cc25322d9ee79aa8e6d4e86f0ffe5ced925
t/lib-credential.sh: drop shebang line

The purpose of lib-credential.sh is to be sourced into other test
scripts. It doesn't need a "#!/bin/sh" line, as running it directly
makes no sense. Nor does it serve any real filetype documentation
purpose, as the file is clearly named with a ".sh" extension.

In the spirit of c74c72034f (test: replace shebangs with descriptions in
shell libraries, 2013-11-25), let's replace it with a human-readable
description.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-credential.sh