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 We now expect this test to succeed
details: https://anonhg.NetBSD.org/src/rev/ed8c2fea9628
branches: trunk
changeset: 792491:ed8c2fea9628
user: martin <martin%NetBSD.org@localhost>
date: Sun Jan 05 12:59:03 2014 +0000
description:
We now expect this test to succeed
diffstat:
tests/sbin/newfs_msdos/t_create.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2777e32d3c9c -r ed8c2fea9628 tests/sbin/newfs_msdos/t_create.sh
--- a/tests/sbin/newfs_msdos/t_create.sh Sun Jan 05 12:52:39 2014 +0000
+++ b/tests/sbin/newfs_msdos/t_create.sh Sun Jan 05 12:59:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_create.sh,v 1.2 2012/09/06 12:51:47 njoly Exp $
+# $NetBSD: t_create.sh,v 1.3 2014/01/05 12:59:03 martin Exp $
#
# Copyright (c) 2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -33,7 +33,8 @@
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"
+# fsck_msdos/newfs_msdos have been fixed
+# 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