summaryrefslogtreecommitdiffstats
path: root/test/network/handler
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/handler')
-rwxr-xr-xtest/network/handler/ca.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/network/handler/ca.rb b/test/network/handler/ca.rb
index 4d1531228..6a4506a86 100755
--- a/test/network/handler/ca.rb
+++ b/test/network/handler/ca.rb
@@ -6,11 +6,7 @@ require 'puppettest'
require 'puppet/network/handler/ca'
require 'mocha'
-if ARGV.length > 0 and ARGV[0] == "short"
- $short = true
-else
- $short = false
-end
+$short = (ARGV.length > 0 and ARGV[0] == "short")
class TestCA < Test::Unit::TestCase
include PuppetTest::ServerTest