Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/sbin/newfs_msdos Adjust msdos fat32 image creation to ...
details: https://anonhg.NetBSD.org/src/rev/8027b5ec7705
branches: trunk
changeset: 781442:8027b5ec7705
user: njoly <njoly%NetBSD.org@localhost>
date: Thu Sep 06 12:51:47 2012 +0000
description:
Adjust msdos fat32 image creation to match cluster count requirements.
diffstat:
tests/sbin/newfs_msdos/t_create.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ecc8ea34875e -r 8027b5ec7705 tests/sbin/newfs_msdos/t_create.sh
--- a/tests/sbin/newfs_msdos/t_create.sh Thu Sep 06 12:21:40 2012 +0000
+++ b/tests/sbin/newfs_msdos/t_create.sh Thu Sep 06 12:51:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_create.sh,v 1.1 2012/07/28 16:08:40 njoly Exp $
+# $NetBSD: t_create.sh,v 1.2 2012/09/06 12:51:47 njoly Exp $
#
# Copyright (c) 2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -31,7 +31,8 @@
}
validfat32_body() {
- atf_check -s eq:0 -o ignore -e ignore newfs_msdos -C 5m -F 32 msdos.img
+ atf_check -s eq:0 -o ignore -e ignore \
+ newfs_msdos -b 512 -C 33m -F 32 msdos.img
atf_expect_fail "PR bin/46743"
atf_check -s eq:0 -o not-match:FIXED -e empty fsck_msdos -p msdos.img
atf_expect_pass
Home |
Main Index |
Thread Index |
Old Index