diff options
| author | Mike McQuaid | 2015-01-20 17:04:41 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-20 17:05:20 +0100 |
| commit | c7b9a253a53aef8d721dcfb6c943a6f9afd9feee (patch) | |
| tree | ba5b8ecd745b234bdf65a7af7a6f73c1b22b71da /Library/Formula | |
| parent | 23ade15df95d668666be731bda1e2507f0340095 (diff) | |
| download | homebrew-c7b9a253a53aef8d721dcfb6c943a6f9afd9feee.tar.bz2 | |
mpw: tweak test.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpw.rb | 4 |
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 |
