From 2b123153def4a7c4fccbf2a646f6511515080b97 Mon Sep 17 00:00:00 2001 From: Jan Viljanen <527069+javian@users.noreply.github.com> Date: Sat, 20 Oct 2018 09:26:40 +0200 Subject: [PATCH] update description --- Library/Homebrew/test/utils/shell_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/utils/shell_spec.rb b/Library/Homebrew/test/utils/shell_spec.rb index e22c2efa4f..f92afd4f26 100644 --- a/Library/Homebrew/test/utils/shell_spec.rb +++ b/Library/Homebrew/test/utils/shell_spec.rb @@ -7,7 +7,7 @@ describe Utils::Shell do expect(subject.profile).to eq("~/.bash_profile") end - it "returns ~/.bash_profile by default" do + it "returns ~/.bash_profile for sh" do ENV["SHELL"] = "/bin/sh" expect(subject.profile).to eq("~/.bash_profile") end