diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:08:31 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:08:31 (EST) |
commit | ccb7a8053356623c30cbd0978f8820da67a8aa18 (patch) | |
tree | 205f19662a7fd29be93bc48d3c9535c557c0a349 /tests | |
parent | 34a77f7822126263fed5c72aedaa65b58fee94ac (diff) |
tests/*.sh: Drop magic number
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/arch_is_concerned.sh | 2 | ||||
-rwxr-xr-x | tests/match_arch.sh | 2 | ||||
-rwxr-xr-x | tests/match_plat.sh | 2 | ||||
-rwxr-xr-x | tests/parse_control.basic.sh | 2 | ||||
-rwxr-xr-x | tests/plat_is_concerned.sh | 2 | ||||
-rwxr-xr-x | tests/reduce_deps.sh | 2 | ||||
-rwxr-xr-x | tests/resolve_deps.basic.sh | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh index c6c1d17..837d3be 100755 --- a/tests/arch_is_concerned.sh +++ b/tests/arch_is_concerned.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # arch_is_concerned() tests # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/match_arch.sh b/tests/match_arch.sh index 35f943b..2d3693b 100755 --- a/tests/match_arch.sh +++ b/tests/match_arch.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # match_arch() tests # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/match_plat.sh b/tests/match_plat.sh index 9074362..039f76a 100755 --- a/tests/match_plat.sh +++ b/tests/match_plat.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # match_plat() tests # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/parse_control.basic.sh b/tests/parse_control.basic.sh index 98d3c83..ef0923f 100755 --- a/tests/parse_control.basic.sh +++ b/tests/parse_control.basic.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # Basic parse_control() test # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/plat_is_concerned.sh b/tests/plat_is_concerned.sh index 126e36a..120aa5a 100755 --- a/tests/plat_is_concerned.sh +++ b/tests/plat_is_concerned.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # plat_is_concerned() tests # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/reduce_deps.sh b/tests/reduce_deps.sh index 0e5f7da..386b609 100755 --- a/tests/reduce_deps.sh +++ b/tests/reduce_deps.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # reduce_deps() tests # # Copyright (C) 2014 Patrick "P. J." McDermott diff --git a/tests/resolve_deps.basic.sh b/tests/resolve_deps.basic.sh index b0b938e..3edad56 100755 --- a/tests/resolve_deps.basic.sh +++ b/tests/resolve_deps.basic.sh @@ -1,5 +1,3 @@ -#!/bin/sh -# # Basic resolve_deps() test # # Copyright (C) 2014 Patrick "P. J." McDermott |