We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1271a3d commit a5cb441Copy full SHA for a5cb441
1 file changed
tests/xbps/xbps-fetch/fetch_test.sh
@@ -37,7 +37,7 @@ identical_body() {
37
echo 'content' > pkg_A
38
output=$(xbps-fetch file://$PWD/some_repo/pkg_A 2>&1)
39
atf_check_equal $? 0
40
- 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."
41
}
42
43
atf_test_case multiple_success
0 commit comments