summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commitccb7a8053356623c30cbd0978f8820da67a8aa18 (patch)
tree205f19662a7fd29be93bc48d3c9535c557c0a349
parent34a77f7822126263fed5c72aedaa65b58fee94ac (diff)
tests/*.sh: Drop magic number
-rwxr-xr-xtests/arch_is_concerned.sh2
-rwxr-xr-xtests/match_arch.sh2
-rwxr-xr-xtests/match_plat.sh2
-rwxr-xr-xtests/parse_control.basic.sh2
-rwxr-xr-xtests/plat_is_concerned.sh2
-rwxr-xr-xtests/reduce_deps.sh2
-rwxr-xr-xtests/resolve_deps.basic.sh2
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