Skip to content

Commit

Permalink
tnote: do not manually set TERM in test
Browse files Browse the repository at this point in the history
No longer necessary since Homebrew/brew#982.
  • Loading branch information
zmwangx committed Sep 18, 2016
1 parent e8e64c5 commit fa1ff9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/tnote.rb
Expand Up @@ -22,8 +22,7 @@ def install
end

test do
ENV["TERM"] = "xterm"
ENV["EDITOR"] = `which cat`.chomp
system "#{bin}/tnote", "--nocol", "-a", "test"
ENV["EDITOR"] = "/bin/cat"
system bin/"tnote", "--nocol", "-a", "test"
end
end

0 comments on commit fa1ff9b

Please sign in to comment.