diff options
author | David Krause <david@cvs.openbsd.org> | 2006-08-29 21:28:46 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2006-08-29 21:28:46 +0000 |
commit | 95c1880f8f116d3920565a3057a0654a56f45852 (patch) | |
tree | 80afa968e40aa93ab47c0d4e199f362dc41df7a0 /regress/usr.bin | |
parent | 7bcc9968dc4790c57433e91eae64d47cfbcfa9cf (diff) |
fix output location of truncated files test
ok niallo@ deraadt@
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 4 |
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 |