aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mobiledevice.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mobiledevice.rb')
-rw-r--r--Library/Formula/mobiledevice.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mobiledevice.rb b/Library/Formula/mobiledevice.rb
index 13fe72b76..f415a492c 100644
--- a/Library/Formula/mobiledevice.rb
+++ b/Library/Formula/mobiledevice.rb
@@ -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