Skip to content

Commit a5cb441

Browse files
classabbyampDuncaen
authored andcommitted
tests/xbps/xbps-fetch: update test for changed error message
1 parent 1271a3d commit a5cb441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/xbps/xbps-fetch/fetch_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ identical_body() {
3737
echo 'content' > pkg_A
3838
output=$(xbps-fetch file://$PWD/some_repo/pkg_A 2>&1)
3939
atf_check_equal $? 0
40-
atf_check_equal "$output" "file://$PWD/some_repo/pkg_A: file is identical with remote."
40+
atf_check_equal "$output" "WARNING: xbps-fetch: file://$PWD/some_repo/pkg_A: file is identical with remote."
4141
}
4242

4343
atf_test_case multiple_success

0 commit comments

Comments
 (0)