diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-21 23:12:51 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-21 23:12:51 +0000 |
| commit | b42eaee1a7e8dd1ef7a7daad5d0b03aba6113d00 (patch) | |
| tree | 45a3eba8dad449b525af4a0a9602318b62d17190 /test/language | |
| parent | 9e61510ac96cc53b2fbc58efa969499eb0c0c11f (diff) | |
First round of bugfixes in preparation for 0.18.4
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1421 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language')
| -rwxr-xr-x | test/language/functions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/language/functions.rb b/test/language/functions.rb index 1ee7ccf8e..d931470fc 100755 --- a/test/language/functions.rb +++ b/test/language/functions.rb @@ -224,6 +224,7 @@ class TestLangFunctions < Test::Unit::TestCase assert_equal("original text\n", fileobj["content"], "Template did not work") + Puppet[:filetimeout] = 0 # Have to sleep because one second is the fs's time granularity. sleep(1) |
