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