FYI, this just records the status quo: For now, the root-only t3200-type-change.sh test always fails.
>From 2b01dc6360049e44a1f8bcb96d511cafe133dac8 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Thu, 26 Nov 2009 16:51:18 +0100 Subject: [PATCH] tests: indicate that we expect t3200-type-change to fail, for now * tests/Makefile.am (TESTS): Move t3200-type-change.sh to ... (XFAIL_TESTS): ...here. --- tests/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 159dc69..f47a6e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,6 @@ +XFAIL_TESTS = \ + t3200-type-change.sh + TESTS = \ t0000-basic.sh \ t0001-tiny.sh \ @@ -17,7 +20,6 @@ TESTS = \ t2200-dos-label-recog.sh \ t2300-dos-label-extended-bootcode.sh \ t3000-resize-fs.sh \ - t3200-type-change.sh \ t4000-sun-raid-type.sh \ t4100-msdos-partition-limits.sh \ t4100-dvh-partition-limits.sh \ -- 1.6.6.rc0.54.gb073b _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

