]> git.pld-linux.org Git - packages/parted.git/blob - 0054-tests-t3310-flags.sh-skip-pc98-when-sector-size-512.patch
- release 6 (by relup.sh)
[packages/parted.git] / 0054-tests-t3310-flags.sh-skip-pc98-when-sector-size-512.patch
1 From a6ba22e539ae5836326703cf4e6d549f6628b861 Mon Sep 17 00:00:00 2001
2 From: "Brian C. Lane" <bcl@redhat.com>
3 Date: Tue, 4 Oct 2016 16:11:25 -0700
4 Subject: [PATCH] tests: t3310-flags.sh skip pc98 when sector size != 512
5
6 ---
7  tests/t3310-flags.sh | 2 ++
8  1 file changed, 2 insertions(+)
9
10 diff --git a/tests/t3310-flags.sh b/tests/t3310-flags.sh
11 index e97c3b9..10ac50d 100644
12 --- a/tests/t3310-flags.sh
13 +++ b/tests/t3310-flags.sh
14 @@ -49,6 +49,8 @@ for table_type in aix amiga bsd dvh gpt mac msdos pc98 sun loop; do
15      msdos) primary_or_name='primary'
16             ;;
17      pc98)  primary_or_name='PTNNAME'
18 +           # pc98 only supports 512b sectors
19 +           [ $ss -ne 512 ] && continue
20             ;;
21      sun)   primary_or_name=''
22             ;;
23 -- 
24 2.7.4
25
This page took 0.029271 seconds and 3 git commands to generate.