aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-16 21:51:24 +0000
committerMike McQuaid2014-02-16 21:51:24 +0000
commit6ebadc8ee0fd373bc82eaa7335b461e037447dcb (patch)
treeeceab364cba8f7edbc06bd16e97d15ac4f7aef00 /Library
parent2524659d3f779e405351a93fe782728ee8369436 (diff)
downloadhomebrew-6ebadc8ee0fd373bc82eaa7335b461e037447dcb.tar.bz2
ddar: remove failing test.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ddar.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/ddar.rb b/Library/Formula/ddar.rb
index 93633c7f5..994270d74 100644
--- a/Library/Formula/ddar.rb
+++ b/Library/Formula/ddar.rb
@@ -20,13 +20,4 @@ class Ddar < Formula
bin.env_script_all_files (libexec+"bin", :PYTHONPATH => ENV["PYTHONPATH"])
man1.install Dir["*.1"]
end
-
- test do
- test_file = "test.out"
- test_ddar_file = "#{test_file}.ddar"
- (testpath/test_file).write "test"
- `"#{bin}/ddar" -c "#{test_ddar_file}" "#{test_file}"`
- extracted_file = `"#{bin}/ddar" -x "#{test_ddar_file}"`
- assert_equal File.read(test_file), extracted_file
- end
end