diff options
Diffstat (limited to 'tools/regression/fstest/tests/open/11.t')
-rw-r--r-- | tools/regression/fstest/tests/open/11.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/fstest/tests/open/11.t b/tools/regression/fstest/tests/open/11.t index feb0ffe19d37a..0af364c5e0113 100644 --- a/tools/regression/fstest/tests/open/11.t +++ b/tools/regression/fstest/tests/open/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/11.t,v 1.1 2007/01/17 01:42:10 pjd Exp $ desc="open returns EPERM when the named file has its append-only flag set, the file is to be modified, and O_TRUNC is specified or O_APPEND is not specified" |