summaryrefslogtreecommitdiff
path: root/tests/white-box/webapp.rb
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2015-11-30 12:48:10 -0500
committerMicah <micah@leap.se>2015-12-03 16:39:44 -0500
commitfa90ab06aa09224d5a1fbac69c9bc0f067099206 (patch)
treebb52bdac7171a4188acacd5a7b8fee9d759f9e7a /tests/white-box/webapp.rb
parent160be9bb3eb783be7e67f79560e0a7331f73e9cc (diff)
improve whitebox tests to match on more specific processes (#7655, #7676)
Change-Id: I9f267ba38130ceb308d284c926b14d2cee9f87be
Diffstat (limited to 'tests/white-box/webapp.rb')
-rw-r--r--tests/white-box/webapp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/white-box/webapp.rb b/tests/white-box/webapp.rb
index 4a669db3..54c00b89 100644
--- a/tests/white-box/webapp.rb
+++ b/tests/white-box/webapp.rb
@@ -27,8 +27,8 @@ class Webapp < LeapTest
end
def test_03_Are_daemons_running?
- assert_running '/usr/sbin/apache2'
- assert_running '/usr/bin/nickserver'
+ assert_running '^/usr/sbin/apache2'
+ assert_running '^/usr/bin/ruby /usr/bin/nickserver'
pass
end