From 1036af7b15ff6a0353fd5956bdbe15f6324def16 Mon Sep 17 00:00:00 2001 From: wangyu Date: Sat, 6 May 2023 09:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=9A=E6=9C=ACoe=5Ftest?= =?UTF-8?q?=5Fnspr=5F002.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testcases/cli-test/nspr/oe_test_nspr_002.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/cli-test/nspr/oe_test_nspr_002.sh b/testcases/cli-test/nspr/oe_test_nspr_002.sh index 0966d7a9c..45b9351ed 100644 --- a/testcases/cli-test/nspr/oe_test_nspr_002.sh +++ b/testcases/cli-test/nspr/oe_test_nspr_002.sh @@ -64,7 +64,7 @@ PR_Cleanup(); return 0; } EOF - DNF_INSTALL "nspr-devel" + DNF_INSTALL "nspr-devel g++" LOG_INFO "End of environmental preparation!" } -- Gitee