Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/sbin/resize_ffs Correct two function names:
details: https://anonhg.NetBSD.org/src/rev/78282fda36ae
branches: trunk
changeset: 759238:78282fda36ae
user: riz <riz%NetBSD.org@localhost>
date: Fri Dec 03 04:10:36 2010 +0000
description:
Correct two function names:
grow_ffsv1_64k() -> grow_ffsv1_64k_head()
shrink_ffsv1_64k() -> shrink_ffsv1_64k_head()
diffstat:
tests/sbin/resize_ffs/t_resize_ffs.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f155f8c59aa8 -r 78282fda36ae tests/sbin/resize_ffs/t_resize_ffs.sh
--- a/tests/sbin/resize_ffs/t_resize_ffs.sh Fri Dec 03 01:29:55 2010 +0000
+++ b/tests/sbin/resize_ffs/t_resize_ffs.sh Fri Dec 03 04:10:36 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_resize_ffs.sh,v 1.2 2010/12/02 22:03:23 riz Exp $
+# $NetBSD: t_resize_ffs.sh,v 1.3 2010/12/03 04:10:36 riz Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -68,7 +68,7 @@
}
atf_test_case grow_ffsv1_64k cleanup
-grow_ffsv1_64k()
+grow_ffsv1_64k_head()
{
atf_set "descr" "Checks successful ffsv1 growth with 64k blocksize"
atf_set "require.user" "root"
@@ -102,7 +102,7 @@
}
atf_test_case shrink_ffsv1_64k cleanup
-shrink_ffsv1_64k()
+shrink_ffsv1_64k_head()
{
atf_set "descr" "Checks successful ffsv1 shrinkage with 64k blocksize"
atf_set "require.user" "root"
Home |
Main Index |
Thread Index |
Old Index