aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/invocation
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/invocation')
-rw-r--r--bin/sh/tests/invocation/Makefile2
-rw-r--r--bin/sh/tests/invocation/Makefile.depend1
-rw-r--r--bin/sh/tests/invocation/sh-ac1.01
-rw-r--r--bin/sh/tests/invocation/sh-c-missing1.01
-rw-r--r--bin/sh/tests/invocation/sh-c1.01
-rw-r--r--bin/sh/tests/invocation/sh-ca1.01
-rw-r--r--bin/sh/tests/invocation/sh-fca1.01
7 files changed, 0 insertions, 8 deletions
diff --git a/bin/sh/tests/invocation/Makefile b/bin/sh/tests/invocation/Makefile
index b0bf97be9e69..e1d0601e57ac 100644
--- a/bin/sh/tests/invocation/Makefile
+++ b/bin/sh/tests/invocation/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T}
diff --git a/bin/sh/tests/invocation/Makefile.depend b/bin/sh/tests/invocation/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/bin/sh/tests/invocation/Makefile.depend
+++ b/bin/sh/tests/invocation/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/sh/tests/invocation/sh-ac1.0 b/bin/sh/tests/invocation/sh-ac1.0
index 0e0818b8a2c4..8386679a6653 100644
--- a/bin/sh/tests/invocation/sh-ac1.0
+++ b/bin/sh/tests/invocation/sh-ac1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Test that attached options before c are processed
case `${SH} -ac 'echo $-:$0' moo` in
diff --git a/bin/sh/tests/invocation/sh-c-missing1.0 b/bin/sh/tests/invocation/sh-c-missing1.0
index 6089a6df3eb1..630158a754fd 100644
--- a/bin/sh/tests/invocation/sh-c-missing1.0
+++ b/bin/sh/tests/invocation/sh-c-missing1.0
@@ -1,3 +1,2 @@
-# $FreeBSD$
! echo echo bad | ${SH} -c 2>/dev/null
diff --git a/bin/sh/tests/invocation/sh-c1.0 b/bin/sh/tests/invocation/sh-c1.0
index 6bda19837b90..07dc0d840145 100644
--- a/bin/sh/tests/invocation/sh-c1.0
+++ b/bin/sh/tests/invocation/sh-c1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Test that -c executes command_string with the given name and arg
${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"
diff --git a/bin/sh/tests/invocation/sh-ca1.0 b/bin/sh/tests/invocation/sh-ca1.0
index 188b6453db2a..6fe78f1c57aa 100644
--- a/bin/sh/tests/invocation/sh-ca1.0
+++ b/bin/sh/tests/invocation/sh-ca1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Test that attached options after c are processed
case `${SH} -ca 'echo $-:$0' moo` in
diff --git a/bin/sh/tests/invocation/sh-fca1.0 b/bin/sh/tests/invocation/sh-fca1.0
index c010a5ebacdf..f31312d779d0 100644
--- a/bin/sh/tests/invocation/sh-fca1.0
+++ b/bin/sh/tests/invocation/sh-fca1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Test that attached options before and after c are processed
case `${SH} -fca 'echo $-:$-:$0:$@' foo -bar` in