From 2e01bd8d4f3ce403d0837013973ccb9f772a65be Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 13 Feb 2025 19:55:37 +0300 Subject: [PATCH] Bugzilla URL fix --- tests/p_gcc/01-bugzilla-links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/p_gcc/01-bugzilla-links.sh b/tests/p_gcc/01-bugzilla-links.sh index 11efe64..eebae50 100755 --- a/tests/p_gcc/01-bugzilla-links.sh +++ b/tests/p_gcc/01-bugzilla-links.sh @@ -14,7 +14,7 @@ test_gcc_v(){ test_gcc_man_page(){ echo "INFO: Testing bugzilla URL in man gcc" - /bin/man -P /bin/cat gcc | /bin/grep https://bugs.msvsphere.ru/ + /bin/man -P /bin/cat gcc | /bin/grep https://bugs.msvsphere-os.ru/ check=$(eq_is_success ${check} 0) }