Skip to content

Commit

Permalink
fix acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Nov 8, 2018
1 parent 889a96f commit 78ce64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class { 'bash':
describe file('/etc/profile.d/history.sh') do
it { should be_file }
its(:content) { should match 'puppet managed file' }
its(:content) { should match 'HISTTIMEFORMAT="%d%m%y %H%M%S -> "' }
its(:content) { should match 'HISTTIMEFORMAT="%d%m%y %H%M%S - "' }
its(:content) { should match 'HISTFILESIZE="1000000"' }
its(:content) { should match 'HISTSIZE="1000000"' }
its(:content) { should match 'HISTCONTROL="ignoredups"' }
Expand Down

0 comments on commit 78ce64c

Please sign in to comment.