tests/xbps/xbps-fetch: update test for changed error message
This commit is contained in:
parent
1271a3dbed
commit
a5cb441f45
@ -37,7 +37,7 @@ identical_body() {
|
|||||||
echo 'content' > pkg_A
|
echo 'content' > pkg_A
|
||||||
output=$(xbps-fetch file://$PWD/some_repo/pkg_A 2>&1)
|
output=$(xbps-fetch file://$PWD/some_repo/pkg_A 2>&1)
|
||||||
atf_check_equal $? 0
|
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
|
atf_test_case multiple_success
|
||||||
|
Loading…
Reference in New Issue
Block a user