diff options
author | elijah <elijah@riseup.net> | 2014-03-26 10:25:29 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-03-26 10:25:29 -0700 |
commit | 7451213d5e0772d0d6cba4613bf66792da495909 (patch) | |
tree | 62e0fd2d2de624c019256489c87c32c11bf7eae6 /tests/white-box | |
parent | 55f2f69783676937601f45c9c231913f198a034b (diff) |
minor: fix message on stunnel test.
Diffstat (limited to 'tests/white-box')
-rw-r--r-- | tests/white-box/network.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb index 53df80dc..57002beb 100644 --- a/tests/white-box/network.rb +++ b/tests/white-box/network.rb @@ -53,8 +53,8 @@ class TestNetwork < LeapTest end all_stunnel_pids = pgrep('/usr/bin/stunnel').collect{|process| process[:pid]}.uniq assert_equal good_stunnel_pids.sort, all_stunnel_pids.sort, "There should not be any extra stunnel processes that are not configured in /etc/stunnel" + pass end - pass end end |