From f9815d3850a3d3bf8439b20bfc1ea9a7b34a4787 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 21 2013 10:43:06 +0000 Subject: fixed test - link goes to wiki.c.o, not to bugs.c.o --- diff --git a/tests/p_xorg-x11-server/01_Xorg-centos-branding-test.sh b/tests/p_xorg-x11-server/01_Xorg-centos-branding-test.sh index 2a9ac5f..03d94d9 100755 --- a/tests/p_xorg-x11-server/01_Xorg-centos-branding-test.sh +++ b/tests/p_xorg-x11-server/01_Xorg-centos-branding-test.sh @@ -6,7 +6,7 @@ t_Log "Running $0 - Testing that Xorg has been patched to use CentOS bugtracker if [ $centos_ver = 6 ] then - X --wrong-arg 2>&1 | grep -q 'bugs.centos.org' + X --wrong-arg 2>&1 | grep -q 'wiki.centos.org' else t_Log "CentOS 5 Xorg does not need checking" fi