From 6ebadc8ee0fd373bc82eaa7335b461e037447dcb Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 16 Feb 2014 21:51:24 +0000 Subject: ddar: remove failing test. --- Library/Formula/ddar.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3