]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: rename doslabel test
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jul 2012 15:34:15 +0000 (17:34 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jul 2012 15:34:15 +0000 (17:34 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/fdisk/doslabel [deleted file]
tests/expected/fdisk/mbr-dos-mode [new file with mode: 0644]
tests/ts/fdisk/id
tests/ts/fdisk/mbr-dos-mode [moved from tests/ts/fdisk/doslabel with 99% similarity]

diff --git a/tests/expected/fdisk/doslabel b/tests/expected/fdisk/doslabel
deleted file mode 100644 (file)
index 9f11f4e..0000000
+++ /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 (file)
index 0000000..666f5c0
--- /dev/null
@@ -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
index 7e5b94950658f7ee28912045bcc59706f948cde3..2c76f428f983759132ac3c544dd5f2eb6a0f1556 100755 (executable)
@@ -15,7 +15,7 @@
 #
 
 TS_TOPDIR="$(dirname $0)/../.."
-TS_DESC="doslabel tests"
+TS_DESC="MBR - id"
 
 . $TS_TOPDIR/functions.sh
 ts_init "$*"
similarity index 99%
rename from tests/ts/fdisk/doslabel
rename to tests/ts/fdisk/mbr-dos-mode
index 230778d6df4e8d6481c832b2765436384eda1247..c2b0baa8aee4ea4eee0060c9fe5e713ec328f8f8 100755 (executable)
 # 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 "$*"