From 78ce64c5d05e35091ff412211a31f2ab2542cf59 Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Thu, 8 Nov 2018 16:44:47 +0100 Subject: [PATCH] fix acceptance --- spec/acceptance/base_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/base_spec.rb b/spec/acceptance/base_spec.rb index e13ac8c..f956fd2 100644 --- a/spec/acceptance/base_spec.rb +++ b/spec/acceptance/base_spec.rb @@ -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"' }