diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-12 17:53:45 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-12 17:53:45 +0000 |
| commit | 4092a7802aa05dcc456a31d51bf2d8e3a42cd503 (patch) | |
| tree | e5380a90b114b9ff5e4d24a9a31ea740686f99b5 /test/language | |
| parent | c5782dfb9aa6ecfab045d348a7d07e38bcb4a8e2 (diff) | |
| download | puppet-4092a7802aa05dcc456a31d51bf2d8e3a42cd503.tar.gz puppet-4092a7802aa05dcc456a31d51bf2d8e3a42cd503.tar.xz puppet-4092a7802aa05dcc456a31d51bf2d8e3a42cd503.zip | |
Fixed a couple of warnings, fixed a critical bug having to do with case statements (where there is only one listed option), and did a couple of other cleanups.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@814 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language')
| -rwxr-xr-x | test/language/snippets.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/language/snippets.rb b/test/language/snippets.rb index a213d554f..2dc671be1 100755 --- a/test/language/snippets.rb +++ b/test/language/snippets.rb @@ -251,6 +251,7 @@ class TestSnippets < Test::Unit::TestCase /tmp/existsfile /tmp/existsfile2 /tmp/existsfile3 + /tmp/existsfile4 } files.each { |file| |
