[PATCH 3/7] Silence which
Nikolai Weibull <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
---
test/run-test.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/run-test.rb b/test/run-test.rb
index 98afe63..160d8ab 100755
--- a/test/run-test.rb
+++ b/test/run-test.rb
@@ -5,7 +5,7 @@ ext_dir = File.join(base_dir, "ext", "cairo")
lib_dir = File.join(base_dir, "lib")
test_dir = File.join(base_dir, "test")
-if system("which make > /dev/null")
+if system("which make 2> /dev/null")
Dir.chdir(base_dir) do
system("make > /dev/null") or exit(1)
end
--
1.7.5.1
--
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo