diff options
author | Luke Kanies <luke@madstop.com> | 2007-11-20 14:00:15 -0600 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-11-20 14:00:15 -0600 |
commit | a7a46af16c2953ab88c14c7cc382d941faa473bf (patch) | |
tree | 8c3ac50f7c92d24ca1c65188b311f55dd66723c0 | |
parent | 3d31dc8e2a91f599fc31e1f89c66cf1cca94e137 (diff) | |
download | puppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.tar.gz puppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.tar.xz puppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.zip |
fixing the path to the spec helper in the exec test
-rwxr-xr-x | spec/unit/ral/types/exec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ral/types/exec.rb b/spec/unit/ral/types/exec.rb index cf0e02929..260804227 100755 --- a/spec/unit/ral/types/exec.rb +++ b/spec/unit/ral/types/exec.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../spec_helper' +require File.dirname(__FILE__) + '/../../../spec_helper' require 'puppet/type/exec' |