Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/tmpfs Update the test - the "official" name of the ...



details:   https://anonhg.NetBSD.org/src/rev/76c3eae311ed
branches:  trunk
changeset: 816842:76c3eae311ed
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jul 29 05:23:24 2016 +0000

description:
Update the test - the "official" name of the vnd configuration utility
was changed in NetBSD 7 to vndconfig(8).

diffstat:

 tests/fs/tmpfs/t_vnd.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 5c0ea35289f7 -r 76c3eae311ed tests/fs/tmpfs/t_vnd.sh
--- a/tests/fs/tmpfs/t_vnd.sh   Fri Jul 29 05:20:33 2016 +0000
+++ b/tests/fs/tmpfs/t_vnd.sh   Fri Jul 29 05:23:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_vnd.sh,v 1.8 2011/04/21 22:26:46 haad Exp $
+# $NetBSD: t_vnd.sh,v 1.9 2016/07/29 05:23:24 pgoyette Exp $
 #
 # Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -38,7 +38,7 @@
 
        atf_check -s eq:0 -o ignore -e ignore \
            dd if=/dev/zero of=disk.img bs=1m count=10
-       atf_check -s eq:0 -o empty -e empty vnconfig /dev/vnd3 disk.img
+       atf_check -s eq:0 -o empty -e empty vndconfig /dev/vnd3 disk.img
 
        atf_check -s eq:0 -o ignore -e ignore newfs /dev/rvnd3a
 
@@ -58,7 +58,7 @@
        done
 
        atf_check -s eq:0 -o empty -e empty umount mnt
-       atf_check -s eq:0 -o empty -e empty vnconfig -u /dev/vnd3
+       atf_check -s eq:0 -o empty -e empty vndconfig -u /dev/vnd3
 
        test_unmount
        touch done
@@ -66,7 +66,7 @@
 basic_cleanup() {
        if [ ! -f done ]; then
                umount mnt 2>/dev/null 1>&2
-               vnconfig -u /dev/vnd3 2>/dev/null 1>&2
+               vndconfig -u /dev/vnd3 2>/dev/null 1>&2
        fi
 }
 



Home | Main Index | Thread Index | Old Index