Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/ffs Remove unused function rump_shutdown()
details: https://anonhg.NetBSD.org/src/rev/1a6c4ec64682
branches: trunk
changeset: 937382:1a6c4ec64682
user: gson <gson%NetBSD.org@localhost>
date: Mon Aug 17 06:18:39 2020 +0000
description:
Remove unused function rump_shutdown()
diffstat:
tests/fs/ffs/ffs_common.sh | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diffs (27 lines):
diff -r c5a6652ec4da -r 1a6c4ec64682 tests/fs/ffs/ffs_common.sh
--- a/tests/fs/ffs/ffs_common.sh Mon Aug 17 06:07:53 2020 +0000
+++ b/tests/fs/ffs/ffs_common.sh Mon Aug 17 06:18:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ffs_common.sh,v 1.3 2016/10/08 13:23:53 gson Exp $
+# $NetBSD: ffs_common.sh,v 1.4 2020/08/17 06:18:39 gson Exp $
create_ffs()
{
@@ -23,17 +23,6 @@
${sarg} ${IMG} ${RUMP_SERVER}
}
-rump_shutdown()
-{
- for s in ${RUMP_SOCKETS_LIST}; do
- atf_check -s exit:0 env RUMP_SERVER=unix://${s} rump.halt;
- done
-# check that the quota inode creation didn't corrupt the filesystem
- atf_check -s exit:0 -o "match:already clean" \
- -o "match:Phase 6 - Check Quotas" \
- fsck_ffs -nf -F ${IMG}
-}
-
# from tests/ipf/h_common.sh via tests/sbin/resize_ffs
test_case()
{
Home |
Main Index |
Thread Index |
Old Index