From a5cb441f459f5357f677e6815477046a8af01d68 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 11 Feb 2023 03:46:30 -0500 Subject: [PATCH] tests/xbps/xbps-fetch: update test for changed error message --- tests/xbps/xbps-fetch/fetch_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xbps/xbps-fetch/fetch_test.sh b/tests/xbps/xbps-fetch/fetch_test.sh index 65aad3f6..c9c57751 100755 --- a/tests/xbps/xbps-fetch/fetch_test.sh +++ b/tests/xbps/xbps-fetch/fetch_test.sh @@ -37,7 +37,7 @@ identical_body() { echo 'content' > pkg_A output=$(xbps-fetch file://$PWD/some_repo/pkg_A 2>&1) atf_check_equal $? 0 - atf_check_equal "$output" "file://$PWD/some_repo/pkg_A: file is identical with remote." + atf_check_equal "$output" "WARNING: xbps-fetch: file://$PWD/some_repo/pkg_A: file is identical with remote." } atf_test_case multiple_success