Skip to content

Commit a28847c

Browse files
authored
Merge pull request #534 from puppetlabs/maint-fixing-spec-for-ubuntu-arm
(MAINT) - Spec fixes
2 parents b676ea0 + 2b58fee commit a28847c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/ini_subsetting_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
MANIFEST
121121

122122
it 'applies the manifest twice' do
123-
run_shell("echo -e [one]\\\\nkey = alphabet betatrons > #{basedir}/ini_subsetting.ini", expect_failures: true)
123+
run_shell("printf \"[one]\\nkey = alphabet betatrons\\n\" > #{basedir}/ini_subsetting.ini", expect_failures: true)
124124
expect { idempotent_apply(pp) }.not_to raise_error
125125
end
126126

0 commit comments

Comments
 (0)