aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/stat/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/stat/tests
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Diffstat (limited to 'usr.bin/stat/tests')
-rw-r--r--usr.bin/stat/tests/Makefile1
-rw-r--r--usr.bin/stat/tests/Makefile.depend1
-rwxr-xr-xusr.bin/stat/tests/readlink_test.sh1
-rwxr-xr-xusr.bin/stat/tests/stat_test.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/stat/tests/Makefile b/usr.bin/stat/tests/Makefile
index 3249d1720258..6986de3303d5 100644
--- a/usr.bin/stat/tests/Makefile
+++ b/usr.bin/stat/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
ATF_TESTS_SH+= readlink_test
ATF_TESTS_SH+= stat_test
diff --git a/usr.bin/stat/tests/Makefile.depend b/usr.bin/stat/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/stat/tests/Makefile.depend
+++ b/usr.bin/stat/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/stat/tests/readlink_test.sh b/usr.bin/stat/tests/readlink_test.sh
index 19f6fd1b50ae..d0107e0d655e 100755
--- a/usr.bin/stat/tests/readlink_test.sh
+++ b/usr.bin/stat/tests/readlink_test.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case basic
basic_head()
diff --git a/usr.bin/stat/tests/stat_test.sh b/usr.bin/stat/tests/stat_test.sh
index 5e2e610a80bf..e75fd0c56490 100755
--- a/usr.bin/stat/tests/stat_test.sh
+++ b/usr.bin/stat/tests/stat_test.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case F_flag
F_flag_head()