tests/shell/incorrect_deps: get rif of an unnecessary line.
Closes: #81 [via git-merge-pr]
This commit is contained in:
parent
1d8b95a993
commit
ffed6ff707
@ -91,7 +91,6 @@ incorrect_dep_dups_body() {
|
|||||||
xbps-install -C empty.conf -r root --repository=$PWD/some_repo -dy B
|
xbps-install -C empty.conf -r root --repository=$PWD/some_repo -dy B
|
||||||
atf_check_equal $? 0
|
atf_check_equal $? 0
|
||||||
|
|
||||||
xbps-query -C empty.conf -r root --fulldeptree -x B
|
|
||||||
out=$(xbps-query -C empty.conf -r root --fulldeptree -x B)
|
out=$(xbps-query -C empty.conf -r root --fulldeptree -x B)
|
||||||
set -- $out
|
set -- $out
|
||||||
atf_check_equal $# 2
|
atf_check_equal $# 2
|
||||||
|
Loading…
Reference in New Issue
Block a user