summaryrefslogtreecommitdiff
path: root/tests/white-box
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-09-15 16:37:38 -0400
committerMicah Anderson <micah@leap.se>2014-09-15 16:37:38 -0400
commit0b2ca55ddb9cfdd9e796c44a8e607d3045d2a2ae (patch)
tree1250a2b96bac05f7719b207ef06f8fd58f288db1 /tests/white-box
parent4690472d628f899d5784c6a9826309b5fc47002e (diff)
parenta91da714d50b63f4f0b28047000633302cd9a8ea (diff)
Merge branch 'make_shorewall_optional' into develop
Diffstat (limited to 'tests/white-box')
-rw-r--r--tests/white-box/network.rb1
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