diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ddar.rb | 9 |
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 |
