bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parted-1.8.8 fails t3100-resize-ext2-partion.sh test


From: Benno Schulenberg
Subject: parted-1.8.8 fails t3100-resize-ext2-partion.sh test
Date: Thu, 16 Aug 2007 16:12:27 +0200
User-agent: KMail/1.9.7

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 address@hidden
===================================

Replacing the two "test_expect_failure" with "test_expect_success" 
as indicated makes the tests pass.

Benno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]