diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/Xconfig/test.pm | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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"); |