mobiledevice: simplify test.
This commit is contained in:
parent
dd4f7a3efd
commit
d023a5cd76
1 changed files with 1 additions and 3 deletions
|
@ -15,8 +15,6 @@ class Mobiledevice < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
cur_version = shell_output("#{bin}/mobiledevice version").strip
|
||||
assert_match "#{version}", cur_version
|
||||
system("#{bin}/mobiledevice list_devices")
|
||||
system "#{bin}/mobiledevice", "list_devices"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue