Merge branch 'jk/test-cleanup'

Test cleanup.

* jk/test-cleanup:
  t/lib-*.sh: drop executable bit
  t/lib-credential.sh: drop shebang line
This commit is contained in:
Junio C Hamano
2020-04-22 13:42:44 -07:00
4 changed files with 2 additions and 1 deletions

3
t/lib-credential.sh Executable file → Normal file
View File

@ -1,4 +1,5 @@
#!/bin/sh
# Shell library for testing credential handling including helpers. See t0302
# for an example of testing a specific helper.
# Try a set of credential helpers; the expected stdin,
# stdout and stderr should be provided on stdin,