summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-12-13 12:14:11 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-12-13 12:14:11 +0000
commit283900eae9be96f93997a11f6cd1dd7084cc1b13 (patch)
tree68bf914df81931ac66eedecdda139b339b18afca /regress
parent4bfefd9e97b455d6335b60692be5d136cd706f63 (diff)
remove -o cases; reminded by anton
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ftp/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/regress/usr.bin/ftp/Makefile b/regress/usr.bin/ftp/Makefile
index e27c4550a07..a1138ba3e2c 100644
--- a/regress/usr.bin/ftp/Makefile
+++ b/regress/usr.bin/ftp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2010/07/14 06:19:26 halex Exp $
+# $OpenBSD: Makefile,v 1.3 2023/12/13 12:14:10 kn Exp $
REGRESS_TARGETS= \
${DASHO_TARGETS:C/^/t-dasho-/} \
@@ -47,19 +47,7 @@ t-dasho-11:
t-dasho-12:
${dasho} "-V -o./- ${xfile}" 0 "" "" "[-] XXXX"
-t-dasho-13:
- ${dasho} "-V -oX -o '' ${xfile}" 0 "" "" "[X] XXXX"
-
-t-dasho-14:
- ${dasho} "-V -o- -o '' ${dfile}" 0 "" "" "[-] DASH"
-
-t-dasho-15:
- ${dasho} "-V -oX -o '' ${xfile}" 0 "" "" "[X] XXXX"
-
-t-dasho-16:
- ${dasho} "-V -o- -o '' ${dfile}" 0 "" "" "[-] DASH"
-
-DASHO_TARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
+DASHO_TARGETS=1 2 3 4 5 6 7 8 9 10 11 12
rport1?= 9000