summaryrefslogtreecommitdiffstats
path: root/autotest
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-01-22 11:02:16 +1100
committerJames Turnbull <james@lovedthanlost.net>2009-01-22 11:02:16 +1100
commitdb4facecf6bd8a8e4629165aafa813652bf2d53d (patch)
treed9ac6f1ba90a9924e440b6d7a54aef7e3061015d /autotest
parentc149b49712517319e1dfeb89b137b6bc99914123 (diff)
downloadfacter-db4facecf6bd8a8e4629165aafa813652bf2d53d.tar.gz
facter-db4facecf6bd8a8e4629165aafa813652bf2d53d.tar.xz
facter-db4facecf6bd8a8e4629165aafa813652bf2d53d.zip
Fixed autotest on win32
Diffstat (limited to 'autotest')
-rw-r--r--autotest/facter_rspec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest/facter_rspec.rb b/autotest/facter_rspec.rb
index 668409b..0ec65b0 100644
--- a/autotest/facter_rspec.rb
+++ b/autotest/facter_rspec.rb
@@ -40,6 +40,6 @@ end
class Autotest::FacterRspec < Autotest::Rspec
def spec_commands
ENV["AUTOTEST"] = "true"
- ENV["PATH"].split(":").collect { |dir| File.join(dir, "spec") }
+ ENV["PATH"].split(File::PATH_SEPARATOR).collect { |dir| File.join(dir, "spec") }
end
end