summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2006-08-29 21:28:45 +0000
committerdavid <david@openbsd.org>2006-08-29 21:28:45 +0000
commita6eb706c54356e2b865e0a7d6df12937dea685c4 (patch)
treed74b4c3eb2188e15306efdd4a3e8cc1b8416936b
parentenable arc, ok deraadt@ (diff)
downloadwireguard-openbsd-a6eb706c54356e2b865e0a7d6df12937dea685c4.tar.xz
wireguard-openbsd-a6eb706c54356e2b865e0a7d6df12937dea685c4.zip
fix output location of truncated files test
ok niallo@ deraadt@
-rw-r--r--regress/usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile
index 6aa11d0195d..8137912d7ed 100644
--- a/regress/usr.bin/rcs/Makefile
+++ b/regress/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.36 2006/08/23 16:26:17 niallo Exp $
+# $OpenBSD: Makefile,v 1.37 2006/08/29 21:28:45 david Exp $
# Regression tests by Niall O'Higgins <niallo@openbsd.org>.
# ksh -> Makefile by Ray Lai <ray@cyth.net>.
@@ -591,7 +591,7 @@ test-ci-parse-keywords2: clean
# Check for correct EOF handling in rcs parser
test-co-parse-truncated: clean
- @sh -c 'ulimit -d 1000 && ${CO} -q test-truncated > ${.CURDIR}/truncated.out 2>&1' || \
+ @sh -c 'ulimit -d 1000 && ${CO} -q test-truncated > truncated.out 2>&1' || \
case "$$?" in 1) exit 0;; esac && exit 1
@grep -q 'co: problem parsing deltatexts' truncated.out