]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/test-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:44 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:44 +0000 (13:42 -0700)
Test cleanup.

* jk/test-cleanup:
  t/lib-*.sh: drop executable bit
  t/lib-credential.sh: drop shebang line

t/lib-credential.sh [changed mode: 0755->0644]
t/lib-gpg.sh [changed mode: 0755->0644]
t/lib-log-graph.sh [changed mode: 0755->0644]
t/lib-submodule-update.sh [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index bb88cc0..dea2cbe
@@ -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,
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)