Time to import OpenBSD once again. Expect breakage.

This commit is contained in:
tg
2003-12-22 20:22:51 +00:00
parent 2bfc0acc6d
commit f7ecabd91c
24 changed files with 165 additions and 115 deletions

View File

@@ -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

View File

@@ -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