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

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

Diff for /src/tests/sbin/resize_ffs/common.sh between version 1.13 and 1.13.8.1

version 1.13, 2013/02/19 21:08:25 version 1.13.8.1, 2015/08/06 21:13:44
Line 146  resize_ffs()
Line 146  resize_ffs()
         fi          fi
   
         umount mnt          umount mnt
           # Check that resize needed
           atf_check -s exit:0 -o ignore resize_ffs -c -y -s ${nsize} ${IMG}
         atf_check -s exit:0 -o ignore resize_ffs -y -s ${nsize} ${IMG}          atf_check -s exit:0 -o ignore resize_ffs -y -s ${nsize} ${IMG}
         atf_check -s exit:0 -o ignore fsck_ffs -f -n -F ${IMG}          atf_check -s exit:0 -o ignore fsck_ffs -f -n -F ${IMG}
         atf_check -s exit:0 -e ignore rump_ffs ${IMG} mnt          atf_check -s exit:0 -e ignore rump_ffs ${IMG} mnt
Line 155  resize_ffs()
Line 157  resize_ffs()
             # checking everything because we don't delete on grow              # checking everything because we don't delete on grow
             check_data_range 1 ${numdata}              check_data_range 1 ${numdata}
         fi          fi
           # Check that no resize needed
           atf_check -s exit:1 -o ignore resize_ffs -c -y -s ${nsize} ${IMG}
         umount mnt          umount mnt
 }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.8.1

CVSweb <webmaster@jp.NetBSD.org>