ddar: remove failing test.
This commit is contained in:
parent
3ac942941d
commit
ab24ff63c7
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue