Skip to content

Commit 620ab2d

Browse files
authored
Merge pull request #9042 from joshcooper/use_binary_file
(PUP-9648) Use binary_file instead of file
2 parents 10f5385 + 3563382 commit 620ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/catalog_with_binary_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class #{test_num}(
4545
\$test_path = \$facts['networking']['fqdn'] ? #{agent_tmp_dirs}
4646
file { '#{test_num}':
4747
path => "\$test_path/#{test_num}",
48-
content => file('#{test_num}/binary_data'),
48+
content => binary_file('#{test_num}/binary_data'),
4949
ensure => present,
5050
}
5151
}

0 commit comments

Comments
 (0)