From 05f4509e44fd3016d7aacc1e11609a4be3cb42a8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 6 Sep 2007 06:37:19 +0000 Subject: - do not start xfs for the test (#33219) --- lib/Xconfig/test.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Xconfig/test.pm') 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"); -- cgit v1.2.1