From 1d188d0052af9e26a945c4f9050ae49453ccb026 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 31 Jul 2012 17:34:15 +0200 Subject: [PATCH] tests: rename doslabel test Signed-off-by: Karel Zak --- tests/expected/fdisk/doslabel | 24 ----------------------- tests/expected/fdisk/mbr-dos-mode | 24 +++++++++++++++++++++++ tests/ts/fdisk/id | 2 +- tests/ts/fdisk/{doslabel => mbr-dos-mode} | 4 +++- 4 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 tests/expected/fdisk/doslabel create mode 100644 tests/expected/fdisk/mbr-dos-mode rename tests/ts/fdisk/{doslabel => mbr-dos-mode} (99%) diff --git a/tests/expected/fdisk/doslabel b/tests/expected/fdisk/doslabel deleted file mode 100644 index 9f11f4e227..0000000000 --- a/tests/expected/fdisk/doslabel +++ /dev/null @@ -1,24 +0,0 @@ -Initialize empty image -f1c9645dbc14efddc7d8a322685f26eb doslabel.img -Create new DOS partition table -57e721e38d1266c2df055067c18f2cf9 doslabel.img -Create primary partition -ae4f9b12f4a768849f72ea36938c30c7 doslabel.img -Set partition type -4a5dba818f9962a82a086d8b99b89a17 doslabel.img -Set primary partition active -c30e9c761b71cf95c67e758b93706ac5 doslabel.img -Re-create primary partition -ae4f9b12f4a768849f72ea36938c30c7 doslabel.img -Create extended partition -76987a00b353687cd1dba3ddea9d66f9 doslabel.img -Create logical partitions -a1cd6708e4a6d2e5f6bc9d5c0da0cf3b doslabel.img -Delete logical partitions -4c6937d529ace5661fb82efb9394154a doslabel.img -Create another logical partition -9589eaaed698d2402945ab3e513c1eb4 doslabel.img -Delete primary partition -1e6d646e5df66a2664cfbbb13fa9a08a doslabel.img -Delete extended partition -fc3cdb12326656d7996b09b6f76973e7 doslabel.img diff --git a/tests/expected/fdisk/mbr-dos-mode b/tests/expected/fdisk/mbr-dos-mode new file mode 100644 index 0000000000..666f5c0185 --- /dev/null +++ b/tests/expected/fdisk/mbr-dos-mode @@ -0,0 +1,24 @@ +Initialize empty image +f1c9645dbc14efddc7d8a322685f26eb mbr-dos-mode.img +Create new DOS partition table +57e721e38d1266c2df055067c18f2cf9 mbr-dos-mode.img +Create primary partition +ae4f9b12f4a768849f72ea36938c30c7 mbr-dos-mode.img +Set partition type +4a5dba818f9962a82a086d8b99b89a17 mbr-dos-mode.img +Set primary partition active +c30e9c761b71cf95c67e758b93706ac5 mbr-dos-mode.img +Re-create primary partition +ae4f9b12f4a768849f72ea36938c30c7 mbr-dos-mode.img +Create extended partition +76987a00b353687cd1dba3ddea9d66f9 mbr-dos-mode.img +Create logical partitions +a1cd6708e4a6d2e5f6bc9d5c0da0cf3b mbr-dos-mode.img +Delete logical partitions +4c6937d529ace5661fb82efb9394154a mbr-dos-mode.img +Create another logical partition +9589eaaed698d2402945ab3e513c1eb4 mbr-dos-mode.img +Delete primary partition +1e6d646e5df66a2664cfbbb13fa9a08a mbr-dos-mode.img +Delete extended partition +fc3cdb12326656d7996b09b6f76973e7 mbr-dos-mode.img diff --git a/tests/ts/fdisk/id b/tests/ts/fdisk/id index 7e5b949506..2c76f428f9 100755 --- a/tests/ts/fdisk/id +++ b/tests/ts/fdisk/id @@ -15,7 +15,7 @@ # TS_TOPDIR="$(dirname $0)/../.." -TS_DESC="doslabel tests" +TS_DESC="MBR - id" . $TS_TOPDIR/functions.sh ts_init "$*" diff --git a/tests/ts/fdisk/doslabel b/tests/ts/fdisk/mbr-dos-mode similarity index 99% rename from tests/ts/fdisk/doslabel rename to tests/ts/fdisk/mbr-dos-mode index 230778d6df..c2b0baa8ae 100755 --- a/tests/ts/fdisk/doslabel +++ b/tests/ts/fdisk/mbr-dos-mode @@ -13,9 +13,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # +# +# TS_TOPDIR="$(dirname $0)/../.." -TS_DESC="doslabel tests" +TS_DESC="MBR - dos mode" . $TS_TOPDIR/functions.sh ts_init "$*" -- 2.47.3