Fix the tests
This commit is contained in:
parent
274b3197f7
commit
33bea69dff
1 changed files with 0 additions and 2 deletions
|
@ -108,10 +108,8 @@ cram apply --require packages.d/p1 --require packages.d/p2 --execute "${root}" "
|
||||||
cram apply --require packages.d/p1 --require packages.d/p2 --execute "${root}" "${dest}"
|
cram apply --require packages.d/p1 --require packages.d/p2 --execute "${root}" "${dest}"
|
||||||
[ -L "${dest}"/foo ]
|
[ -L "${dest}"/foo ]
|
||||||
[ -L "${dest}"/bar ]
|
[ -L "${dest}"/bar ]
|
||||||
,scrub
|
|
||||||
|
|
||||||
# And how bar shouldn't be installed...
|
# And how bar shouldn't be installed...
|
||||||
cram state "${root}"
|
|
||||||
cram apply --require packages.d/p1 --execute "${root}" "${dest}"
|
cram apply --require packages.d/p1 --execute "${root}" "${dest}"
|
||||||
cram state "${root}"
|
cram state "${root}"
|
||||||
[ -L "${dest}"/foo ]
|
[ -L "${dest}"/foo ]
|
||||||
|
|
Loading…
Reference in a new issue