Hi, Parted-1.8.8 does not pass its t3100-resize-ext2-partion.sh tests:
* ok 1: create the test file * ok 2: run parted -s FILE mklabel msdos * ok 3: check for empty output * ok 4: make an ext2 primary partition * ok 5: check for empty output * FAIL 6: resize ext2 primary partition parted -s $dev resize 1 0 $NEW_SIZE > out 2>&1 * FAIL 7: check for empty output $compare out /dev/null * failed 2 among 7 test(s) FAIL: t3100-resize-ext2-partion.sh =================================== 1 of 8 tests failed Please report to bug-parted@gnu.org =================================== Replacing the two "test_expect_failure" with "test_expect_success" as indicated makes the tests pass. Benno _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted