1
0
mirror of https://github.com/ostreedev/ostree.git synced 2025-01-10 05:18:30 +03:00

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.

Closes: 
Approved by: cgwalters
This commit is contained in:
Simon McVittie 2017-01-19 11:23:30 +00:00 committed by Atomic Bot
parent 01fb30b839
commit 9a3f82caae
4 changed files with 8 additions and 7 deletions

3
tests/admin-test.sh Executable file → Normal file
View File

@ -1,4 +1,5 @@
#!/bin/bash
# This file is to be sourced, not executed
# Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or

4
tests/archive-test.sh Executable file → Normal file
View File

@ -1,5 +1,5 @@
#!/bin/bash
#
# This file is to be sourced, not executed
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or

4
tests/basic-test.sh Executable file → Normal file
View File

@ -1,5 +1,5 @@
#!/bin/bash
#
# This file is to be sourced, not executed
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or

4
tests/pull-test.sh Executable file → Normal file
View File

@ -1,5 +1,5 @@
#!/bin/bash
#
# This file is to be sourced, not executed
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
# This library is free software; you can redistribute it and/or