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: #652 Approved by: cgwalters
This commit is contained in:
parent
01fb30b839
commit
9a3f82caae
3
tests/admin-test.sh
Executable file → Normal file
3
tests/admin-test.sh
Executable file → Normal 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
4
tests/archive-test.sh
Executable file → Normal 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
4
tests/basic-test.sh
Executable file → Normal 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
4
tests/pull-test.sh
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user