summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/sort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/sort/Makefile b/regress/usr.bin/sort/Makefile
index 0213a0b8530..b175db2553b 100644
--- a/regress/usr.bin/sort/Makefile
+++ b/regress/usr.bin/sort/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:44 avsm Exp $
+# $OpenBSD: Makefile,v 1.4 2003/03/09 06:00:58 david Exp $
CLEANFILES+= in in1 out xx -k xsort linecount fields
@@ -7,6 +7,6 @@ REGRESS_TARGETS=do-stests
# XXX - should be split up in this makefile, not in the script.
# XXX - script doesn't return non-0 on failure.
do-stests: ${.CURDIR}/stests
- ${.CURDIR}/stests
+ sh ${.CURDIR}/stests
.include <bsd.regress.mk>