diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-05-01 09:09:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2016-05-01 09:09:25 +0000 |
commit | fe1d4ac91e77a68df47676559e69ddc1c1dea052 (patch) | |
tree | 50fce42c5175ee61ba74acecb6393fcdf6263ec8 /regress/usr.bin | |
parent | e0004de6962f8d677d889cc15e5f2370990a0fca (diff) |
Remove some unnecessary comments and t23 which has been disabled forever.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/file/Makefile | 24 | ||||
-rw-r--r-- | regress/usr.bin/file/t23.in | 1 | ||||
-rw-r--r-- | regress/usr.bin/file/t23.out | 1 |
3 files changed, 2 insertions, 24 deletions
diff --git a/regress/usr.bin/file/Makefile b/regress/usr.bin/file/Makefile index b730b1590a9..18991599086 100644 --- a/regress/usr.bin/file/Makefile +++ b/regress/usr.bin/file/Makefile @@ -1,33 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2016/05/01 09:04:25 nicm Exp $ +# $OpenBSD: Makefile,v 1.4 2016/05/01 09:09:24 nicm Exp $ FILE=file -# temporarily excluded - t23 REGRESS_TARGETS=t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t15 t17 t18 t20 t21 t22 t30 \ t31 t32 -# .in: input file +# .in: input file # .out: desired result -# t0 empty -# t1 archive -# t2 ascii archive -# t3 ranlib -# t4 awk -# t5 awk -# t6 csh -# t7 awk -# t8 interpreter -# t9 java class -# t10 java serialized data -# t11 mach-o binary -# t15 tar archive -# t17 C program -# t20 HTML -# t21 SGML -# t22 XML -# t23 raw xml - all: ${REGRESS_TARGET} .SUFFIXES: .in diff --git a/regress/usr.bin/file/t23.in b/regress/usr.bin/file/t23.in deleted file mode 100644 index bec851202ed..00000000000 --- a/regress/usr.bin/file/t23.in +++ /dev/null @@ -1 +0,0 @@ -<mytagwhichismyown value="infinite"> diff --git a/regress/usr.bin/file/t23.out b/regress/usr.bin/file/t23.out deleted file mode 100644 index dc15bfcee3a..00000000000 --- a/regress/usr.bin/file/t23.out +++ /dev/null @@ -1 +0,0 @@ -t23.in: SGML/XML/HTML document text with no type declaration |