summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/white-box/network.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/white-box/network.rb b/tests/white-box/network.rb
index f2041710..0d98c314 100644
--- a/tests/white-box/network.rb
+++ b/tests/white-box/network.rb
@@ -54,7 +54,6 @@ class Network < LeapTest
end
def test_03_Is_shorewall_running?
- ignore unless File.exists?('/sbin/shorewall')
assert_run('/sbin/shorewall status')
pass
end