summaryrefslogtreecommitdiff
path: root/usr.bin/patch/tests
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/patch/tests
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Diffstat (limited to 'usr.bin/patch/tests')
-rw-r--r--usr.bin/patch/tests/Makefile1
-rwxr-xr-xusr.bin/patch/tests/unified_patch_test.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/patch/tests/Makefile b/usr.bin/patch/tests/Makefile
index 41aeee08895b..2a924b72f1a0 100644
--- a/usr.bin/patch/tests/Makefile
+++ b/usr.bin/patch/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/patch/tests/unified_patch_test.sh b/usr.bin/patch/tests/unified_patch_test.sh
index 9312b3632ab2..43b0d8373cfa 100755
--- a/usr.bin/patch/tests/unified_patch_test.sh
+++ b/usr.bin/patch/tests/unified_patch_test.sh
@@ -24,7 +24,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case basic
basic_body()