summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/white-box/network.rb2
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