summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lib/Xconfig/test.pm4
2 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 86207bd..2da3121 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- do not start xfs for the test (#33219)
+
Version 0.22 - 27 August 2007, by Pascal "Pixel" Rigaux
- do configure XFS if installed
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm
index cd330c2..bdcfeb9 100644
--- a/lib/Xconfig/test.pm
+++ b/lib/Xconfig/test.pm
@@ -43,10 +43,6 @@ sub test {
symlinkf "$::prefix/tmp/.X11-unix", "/tmp/.X11-unix" if $::prefix;
}
- #- ensure xfs is running
- fuzzy_pidofs(qr/\bxfs\b/) or do { run_program::rooted($::prefix, "/etc/rc.d/init.d/xfs", $_) foreach 'stop', 'start' };
- fuzzy_pidofs(qr/\bxfs\b/) or die "xfs is not running";
-
my $f = $::testing ? $tmpconfig : "/etc/X11/XF86Config.test";
$raw_X->write("$::prefix/$f");