diff options
| author | Xu Cheng | 2015-03-31 19:05:33 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-03-31 19:05:33 +0800 | 
| commit | e2b9da6faab9561cfaf7a5c643e488e6cac653f1 (patch) | |
| tree | 832ea0b7554b13c2efada4065e9a643ef1b21ce2 | |
| parent | edbaad1041d6e1b37e1eb7e766f8db8684890c34 (diff) | |
| download | homebrew-e2b9da6faab9561cfaf7a5c643e488e6cac653f1.tar.bz2 | |
mupdf-tools: remove unnecessary stderr redirect in test
| -rw-r--r-- | Library/Formula/mupdf-tools.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mupdf-tools.rb b/Library/Formula/mupdf-tools.rb index d8163f576..273eebf2f 100644 --- a/Library/Formula/mupdf-tools.rb +++ b/Library/Formula/mupdf-tools.rb @@ -25,6 +25,6 @@ class MupdfTools < Formula    test do      pdf = test_fixtures("test.pdf") -    assert_match /Homebrew test/, shell_output("#{bin}/mudraw -t #{pdf} 2>/dev/null") +    assert_match /Homebrew test/, shell_output("#{bin}/mudraw -t #{pdf}")    end  end | 
