tests: install_with_vpkg_deps: fix order.
This commit is contained in:
parent
43a0245c49
commit
d0a4cc5b9d
@ -57,7 +57,7 @@ install_with_vpkg_deps_body() {
|
|||||||
atf_check_equal $? 0
|
atf_check_equal $? 0
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo -e "D-1.0_1\nC-1.0_1\nA-1.0_1\nB-1.0_1\n" > exp
|
echo -e "C-1.0_1\nA-1.0_1\nB-1.0_1\nD-1.0_1\n" > exp
|
||||||
xbps-install -C empty.conf -r root --repository=$PWD/some_repo -yn E|awk '{print $1}' > out
|
xbps-install -C empty.conf -r root --repository=$PWD/some_repo -yn E|awk '{print $1}' > out
|
||||||
echo >> out
|
echo >> out
|
||||||
echo "exp: '$(cat exp)'" >&2
|
echo "exp: '$(cat exp)'" >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user