diff options
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/tests/glob.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/regress.t | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/tests/glob.t b/bin/ksh/tests/glob.t index b8a383c9ba1..56e016b25d6 100644 --- a/bin/ksh/tests/glob.t +++ b/bin/ksh/tests/glob.t @@ -19,7 +19,7 @@ description: category: !os:os2 file-setup: dir 755 "dir" file-setup: symlink 644 "dir/abc" - non-existant-file + non-existent-file stdin: echo d*/* echo d*/abc diff --git a/bin/ksh/tests/regress.t b/bin/ksh/tests/regress.t index c40976d614e..7c576bee601 100644 --- a/bin/ksh/tests/regress.t +++ b/bin/ksh/tests/regress.t @@ -1,4 +1,4 @@ -# $OpenBSD: regress.t,v 1.11 2001/01/28 23:04:56 niklas Exp $ +# $OpenBSD: regress.t,v 1.12 2003/11/08 19:17:27 jmc Exp $ # # The first 39 of these tests are from the old Bugs script. @@ -290,7 +290,7 @@ description: The command . /foo/bar should set the exit status to non-zero (sh and at&t ksh88 do). - XXX doting a non existant file is a fatal error for a script + XXX doting a non existent file is a fatal error for a script stdin: . does/not/exist expected-exit: e != 0 |