summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPhillip Susi <psusi@cfl.rr.com>2011-12-06 23:20:50 -0500
committerJim Meyering <meyering@redhat.com>2011-12-12 14:36:14 +0100
commitc5b861cdf57bd2916fa90ee1e42ec86475203f7b (patch)
tree849712136b13223ecfcdf7f707da1bb3d9461a2d /tests/Makefile.am
parentbd4933328af72fa9fedefb2c6f5bbfed538c5392 (diff)
downloadparted-c5b861cdf57bd2916fa90ee1e42ec86475203f7b.tar.gz
Add partition separator only when required
Device mapper type should not automatically mean add 'p' before the partition number. Fall back to adding it only if the previous character is a digit. This complies with kpartx behavior and linux behavior "since the dawn of time".
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 616684e..89162ba 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -49,6 +49,7 @@ TESTS = \
t4300-nilfs2-tiny.sh \
t5000-tags.sh \
t6000-dm.sh \
+ t6001-psep.sh \
t6100-mdraid-partitions.sh \
t7000-scripting.sh \
t8000-loop.sh \