Fix the tests

This commit is contained in:
Reid 'arrdem' McKenzie 2022-09-26 00:15:43 -06:00
parent 274b3197f7
commit 33bea69dff

View file

@ -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 ]