summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-17 15:35:39 +0000
committerLuke Kanies <luke@madstop.com>2005-08-17 15:35:39 +0000
commit4f0750bb5e57fa625205574ddccb9fe3eef76b12 (patch)
tree75fcd0ee9ab2ae10d26d3e5a8ce6af81f0e55caf
parent9f84742188e9ffab9bcbb08e54e8c0e29d20f5e1 (diff)
downloadpuppet-4f0750bb5e57fa625205574ddccb9fe3eef76b12.tar.gz
adding
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@554 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xtest/other/tc_transportable.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/other/tc_transportable.rb b/test/other/tc_transportable.rb
new file mode 100755
index 000000000..4d0532175
--- /dev/null
+++ b/test/other/tc_transportable.rb
@@ -0,0 +1,14 @@
+if __FILE__ == $0
+ $:.unshift '..'
+ $:.unshift '../../lib'
+ $puppetbase = "../../../../language/trunk"
+end
+
+require 'puppet'
+require 'puppettest'
+
+# $Id$
+
+class TestPortable < TestPuppet
+
+end