svn commit: r272084 - head/contrib/pjdfstest/tests/ftruncate

Garrett Cooper ngie at FreeBSD.org
Wed Sep 24 22:18:21 UTC 2014


Author: ngie
Date: Wed Sep 24 22:18:21 2014
New Revision: 272084
URL: http://svnweb.freebsd.org/changeset/base/272084

Log:
  Fix the executed testplan count
  
  MFC after: 2 weeks
  X-MFC with: r272057
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/contrib/pjdfstest/tests/ftruncate/00.t

Modified: head/contrib/pjdfstest/tests/ftruncate/00.t
==============================================================================
--- head/contrib/pjdfstest/tests/ftruncate/00.t	Wed Sep 24 22:14:53 2014	(r272083)
+++ head/contrib/pjdfstest/tests/ftruncate/00.t	Wed Sep 24 22:18:21 2014	(r272084)
@@ -6,7 +6,7 @@ desc="ftruncate descrease/increase file 
 dir=`dirname $0`
 . ${dir}/../misc.sh
 
-echo "1..21"
+echo "1..26"
 
 n0=`namegen`
 n1=`namegen`


More information about the svn-src-head mailing list