From 33bea69dff82358a31b203a7b0fbce9139fde739 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 26 Sep 2022 00:15:43 -0600 Subject: [PATCH] Fix the tests --- integration_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_test.sh b/integration_test.sh index 7cd4e07..fb04538 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -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 ]