summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk
diff options
context:
space:
mode:
authorKarel Zak2012-07-31 17:34:15 +0200
committerKarel Zak2012-07-31 17:34:15 +0200
commit1d188d0052af9e26a945c4f9050ae49453ccb026 (patch)
tree49e1eb895494203d331f006d4a3a9a9edd4e8089 /tests/ts/fdisk
parentdocs: update howto-tests.txt (diff)
downloadkernel-qcow2-util-linux-1d188d0052af9e26a945c4f9050ae49453ccb026.tar.gz
kernel-qcow2-util-linux-1d188d0052af9e26a945c4f9050ae49453ccb026.tar.xz
kernel-qcow2-util-linux-1d188d0052af9e26a945c4f9050ae49453ccb026.zip
tests: rename doslabel test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fdisk')
-rwxr-xr-xtests/ts/fdisk/id2
-rwxr-xr-xtests/ts/fdisk/mbr-dos-mode (renamed from tests/ts/fdisk/doslabel)4
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/ts/fdisk/id b/tests/ts/fdisk/id
index 7e5b94950..2c76f428f 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
index 230778d6d..c2b0baa8a 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 "$*"