Sourced test snippets: remove shebang and make non-executable
authorSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 11:23:30 +0000 (11:23 +0000)
committerSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 13:23:32 +0000 (13:23 +0000)
commitf55efdff45c58dab1a4e80fd103a20c87d30b865
tree8df00e38982f5b39055bd9c22d6e1a201a552dfa
parent61fa0cd8442a43e76504d5c1ba84d281296c8630
Sourced test snippets: remove shebang and make non-executable

They are installed non-executable, which makes Debian's Lintian
packaging consistency check complain that #! is only useful
in executable scripts. But in fact they are not useful to execute
directly (they rely on setup being done in the script that sources
them), so just chmod them -x.

Forwarded: https://github.com/ostreedev/ostree/pull/652

Gbp-Pq: Name Sourced-test-snippets-remove-shebang-and-make-non-executa.patch
tests/admin-test.sh [changed mode: 0755->0644]
tests/archive-test.sh [changed mode: 0755->0644]
tests/basic-test.sh [changed mode: 0755->0644]
tests/pull-test.sh [changed mode: 0755->0644]