svn commit: r210953 - head/tools/regression/fstest/tests/open

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Aug 6 19:18:19 UTC 2010


Author: pjd
Date: Fri Aug  6 19:18:19 2010
New Revision: 210953
URL: http://svn.freebsd.org/changeset/base/210953

Log:
  Make description readable.

Modified:
  head/tools/regression/fstest/tests/open/13.t

Modified: head/tools/regression/fstest/tests/open/13.t
==============================================================================
--- head/tools/regression/fstest/tests/open/13.t	Fri Aug  6 19:16:48 2010	(r210952)
+++ head/tools/regression/fstest/tests/open/13.t	Fri Aug  6 19:18:19 2010	(r210953)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $FreeBSD$
 
-desc="open returns EISDIR when he named file is a directory, and the arguments specify it is to be modified"
+desc="open returns EISDIR when trying to open a directory for writing"
 
 dir=`dirname $0`
 . ${dir}/../misc.sh


More information about the svn-src-all mailing list