Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/sbin/newfs/t_enable_quotas.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/tests/sbin/newfs/t_enable_quotas.sh 2011/03/06 17:08:41 1.2 +++ src/tests/sbin/newfs/t_enable_quotas.sh 2012/03/18 09:31:50 1.3 @@ -1,8 +1,8 @@ -# $NetBSD: t_enable_quotas.sh,v 1.2 2011/03/06 17:08:41 bouyer Exp $ +# $NetBSD: t_enable_quotas.sh,v 1.3 2012/03/18 09:31:50 jruoho Exp $ # # Copyright (c) 2011 Manuel Bouyer # All rights reserved. -# +# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: @@ -11,7 +11,7 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# +# # THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -39,7 +39,7 @@ done quota_enabled_single() { create_with_quotas $* - + # check that the quota inode creation didn't corrupt the filesystem atf_check -s exit:0 -o "match:already clean" -o "match:2 files" \ -o "match:Phase 6 - Check Quotas" \ @@ -49,7 +49,7 @@ quota_enabled_single() quota_enabled_both() { create_with_quotas $* - + # check that the quota inode creation didn't corrupt the filesystem atf_check -s exit:0 -o "match:already clean" -o "match:3 files" \ -o "match:Phase 6 - Check Quotas" \