summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/regress.t
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/tests/regress.t')
-rw-r--r--bin/ksh/tests/regress.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/tests/regress.t b/bin/ksh/tests/regress.t
index e77df1a7432..8b4305c6752 100644
--- a/bin/ksh/tests/regress.t
+++ b/bin/ksh/tests/regress.t
@@ -1,4 +1,4 @@
-# $OpenBSD: regress.t,v 1.15 2013/07/01 17:25:27 jca Exp $
+# $OpenBSD: regress.t,v 1.16 2013/09/14 20:09:30 millert Exp $
#
# The first 39 of these tests are from the old Bugs script.
@@ -607,7 +607,7 @@ arguments: !-e!
stdin:
echo `false; echo hi` $(< this-file-does-not-exist)
expected-stdout:
- hi
+
expected-stderr-pattern: /this-file-does-not-exist/
---