Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/fss t_fss.sh: add missing test case head
details: https://anonhg.NetBSD.org/src/rev/28eb5185c671
branches: trunk
changeset: 374733:28eb5185c671
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Thu May 11 01:56:31 2023 +0000
description:
t_fss.sh: add missing test case head
diffstat:
tests/dev/fss/t_fss.sh | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 21bb2168a960 -r 28eb5185c671 tests/dev/fss/t_fss.sh
--- a/tests/dev/fss/t_fss.sh Thu May 11 01:50:40 2023 +0000
+++ b/tests/dev/fss/t_fss.sh Thu May 11 01:56:31 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_fss.sh,v 1.5 2022/11/30 17:49:59 martin Exp $
+# $NetBSD: t_fss.sh,v 1.6 2023/05/11 01:56:31 gutteridge Exp $
#
# Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -35,6 +35,11 @@ orig_data="Original data"
repl_data="Replacement data"
atf_test_case basic cleanup
+basic_head() {
+ atf_set "descr" "Verify basic operation of fss(4) file system " \
+ "snapshot device"
+}
+
basic_body() {
# verify fss is available (or loadable as a module)
@@ -81,5 +86,5 @@ basic_cleanup() {
atf_init_test_cases()
{
- atf_add_test_case basic
+ atf_add_test_case basic
}
Home |
Main Index |
Thread Index |
Old Index