diff options
Diffstat (limited to 'local/tests')
-rw-r--r-- | local/tests/lib.sh | 1 | ||||
-rwxr-xr-x | local/tests/run-all.sh | 1 | ||||
-rwxr-xr-x | local/tests/update-04-utf8.sh | 1 | ||||
-rwxr-xr-x | local/tests/update-05-manifest.sh | 1 | ||||
-rwxr-xr-x | local/tests/update-06-copyright.sh | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/local/tests/lib.sh b/local/tests/lib.sh index cd6543d..f4fcaaa 100644 --- a/local/tests/lib.sh +++ b/local/tests/lib.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:local/tests/lib.sh # Git hook test helpers # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/run-all.sh b/local/tests/run-all.sh index 117f210..50bef43 100755 --- a/local/tests/run-all.sh +++ b/local/tests/run-all.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:local/tests/run-all.sh # Tests for git hooks # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-04-utf8.sh b/local/tests/update-04-utf8.sh index f471948..b172d6a 100755 --- a/local/tests/update-04-utf8.sh +++ b/local/tests/update-04-utf8.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:local/tests/update-04-utf8.sh # Tests for update-04-utf8 hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-05-manifest.sh b/local/tests/update-05-manifest.sh index 1597092..6b894ad 100755 --- a/local/tests/update-05-manifest.sh +++ b/local/tests/update-05-manifest.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:local/tests/update-05-manifest.sh # Tests for update-05-manifest hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-06-copyright.sh b/local/tests/update-06-copyright.sh index 4edaa72..dd969da 100755 --- a/local/tests/update-06-copyright.sh +++ b/local/tests/update-06-copyright.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:local/tests/update-06-copyright.sh # Tests for update-06-copyright hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later |