diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-02-16 14:55:39 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-02-16 14:55:39 -0800 |
commit | 80f15e96c73e12300e8992532046a587b7c1be2e (patch) | |
tree | e5ed208c2345b59aae9a0dce9db93b71754d9eef | |
parent | a33cdd8b8953a2a6f1ac907b1fd27675fa2f8462 (diff) | |
download | chef-80f15e96c73e12300e8992532046a587b7c1be2e.tar.gz |
change shell to /bin/sh in user_add tests to fix aix
-rw-r--r-- | spec/functional/resource/user/useradd_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/user/useradd_spec.rb b/spec/functional/resource/user/useradd_spec.rb index b376e5b28b..1a34e89e4a 100644 --- a/spec/functional/resource/user/useradd_spec.rb +++ b/spec/functional/resource/user/useradd_spec.rb @@ -627,7 +627,7 @@ describe Chef::Provider::User::Useradd, metadata do context "when the user exists" do include_context "user exists for lock/unlock" - let(:shell) { "/bin/bash" } + let(:shell) { "/bin/sh" } before do begin |