Skip to content

Commit 2b58fee

Browse files
Ramesh7smortex
andauthored
Update spec/acceptance/ini_subsetting_spec.rb
Co-authored-by: Romain Tartière <romain@blogreen.org>
1 parent 6d2929d commit 2b58fee

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("printf \"[one]\\nkey = alphabet betatrons\n\" > #{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)