Author: des Date: Wed May 27 15:15:58 2009 New Revision: 192897 URL: http://svn.freebsd.org/changeset/base/192897
Log: Increment the counter outside the subshell. Modified: head/tools/regression/vfs/trailing_slash.t Modified: head/tools/regression/vfs/trailing_slash.t ============================================================================== --- head/tools/regression/vfs/trailing_slash.t Wed May 27 14:30:26 2009 (r192896) +++ head/tools/regression/vfs/trailing_slash.t Wed May 27 15:15:58 2009 (r192897) @@ -37,6 +37,6 @@ for testspec ; do else echo "fail $n - expected $4, got $ret" fi - n=$((n+1)) ) + n=$((n+1)) done _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"