aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-01-20 17:04:41 +0100
committerMike McQuaid2015-01-20 17:05:20 +0100
commitc7b9a253a53aef8d721dcfb6c943a6f9afd9feee (patch)
treeba5b8ecd745b234bdf65a7af7a6f73c1b22b71da /Library
parent23ade15df95d668666be731bda1e2507f0340095 (diff)
downloadhomebrew-c7b9a253a53aef8d721dcfb6c943a6f9afd9feee.tar.bz2
mpw: tweak test.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpw.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpw.rb b/Library/Formula/mpw.rb
index cf3f3d2c2..9108c495f 100644
--- a/Library/Formula/mpw.rb
+++ b/Library/Formula/mpw.rb
@@ -32,7 +32,7 @@ class Mpw < Formula
end
test do
- assert_equal "Jejr5[RepuSosp",
- shell_output("mpw -u 'Robert Lee Mitchell' -P 'banana colored duckling' masterpasswordapp.com").strip
+ assert_equal "RoliQeka7/Deqi",
+ shell_output("mpw -u user -P password test.com 2>/dev/null").strip
end
end