Skip to content

Commit f27491d

Browse files
peffgitster
authored andcommitted
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 c74c720 (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>
1 parent 274b9cc commit f27491d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/lib-credential.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/sh
1+
# Shell library for testing credential handling including helpers. See t0302
2+
# for an example of testing a specific helper.
23

34
# Try a set of credential helpers; the expected stdin,
45
# stdout and stderr should be provided on stdin,

0 commit comments

Comments
 (0)