[BACK]Return to t_create.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / sbin / newfs_msdos

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/sbin/newfs_msdos/t_create.sh between version 1.2 and 1.3

version 1.2, 2012/09/06 12:51:47 version 1.3, 2014/01/05 12:59:03
Line 33  validfat32_body() {
Line 33  validfat32_body() {
   
         atf_check -s eq:0 -o ignore -e ignore \          atf_check -s eq:0 -o ignore -e ignore \
             newfs_msdos -b 512 -C 33m -F 32 msdos.img              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_check -s eq:0 -o not-match:FIXED -e empty fsck_msdos -p msdos.img
         atf_expect_pass          atf_expect_pass
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>