diff options
author | Micah Anderson <micah@leap.se> | 2014-09-15 16:37:38 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-09-15 16:37:38 -0400 |
commit | 0b2ca55ddb9cfdd9e796c44a8e607d3045d2a2ae (patch) | |
tree | 1250a2b96bac05f7719b207ef06f8fd58f288db1 /tests/white-box/network.rb | |
parent | 4690472d628f899d5784c6a9826309b5fc47002e (diff) | |
parent | a91da714d50b63f4f0b28047000633302cd9a8ea (diff) |
Merge branch 'make_shorewall_optional' into develop
Diffstat (limited to 'tests/white-box/network.rb')
-rw-r--r-- | tests/white-box/network.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb index 0d98c314..f2041710 100644 --- a/tests/white-box/network.rb +++ b/tests/white-box/network.rb @@ -54,6 +54,7 @@ class Network < LeapTest end def test_03_Is_shorewall_running? + ignore unless File.exists?('/sbin/shorewall') assert_run('/sbin/shorewall status') pass end |