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}"
|
||||
[ -L "${dest}"/foo ]
|
||||
[ -L "${dest}"/bar ]
|
||||
,scrub
|
||||
|
||||
# And how bar shouldn't be installed...
|
||||
cram state "${root}"
|
||||
cram apply --require packages.d/p1 --execute "${root}" "${dest}"
|
||||
cram state "${root}"
|
||||
[ -L "${dest}"/foo ]
|
||||
|
|
Loading…
Reference in a new issue