Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-quota2]: src/tests/fs/ffs Remove unused function
details: https://anonhg.NetBSD.org/src/rev/8586e706eb57
branches: bouyer-quota2
changeset: 761085:8586e706eb57
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Jan 30 11:33:33 2011 +0000
description:
Remove unused function
diffstat:
tests/fs/ffs/t_getquota.sh | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diffs (23 lines):
diff -r 3543a44fa40c -r 8586e706eb57 tests/fs/ffs/t_getquota.sh
--- a/tests/fs/ffs/t_getquota.sh Sun Jan 30 00:27:56 2011 +0000
+++ b/tests/fs/ffs/t_getquota.sh Sun Jan 30 11:33:33 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_getquota.sh,v 1.1.2.1 2011/01/28 18:38:07 bouyer Exp $
+# $NetBSD: t_getquota.sh,v 1.1.2.2 2011/01/30 11:33:33 bouyer Exp $
#
# Copyright (c) 2011 Manuel Bouyer
# All rights reserved.
@@ -89,13 +89,3 @@
-o "match:Phase 6 - Check Quotas" \
fsck_ffs -nf -F ${IMG}
}
-
-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" \
- fsck_ffs -nf -F ${IMG}
-}
Home |
Main Index |
Thread Index |
Old Index