Issue #14600 has been reported by Stefan Schulte. ---------------------------------------- Bug #14600: file integration specs should remove all temporary files https://projects.puppetlabs.com/issues/14600
Author: Stefan Schulte Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: The file integration test creates files in `/tmp` but does not clean them all after the run before the run <pre> % ls -lad /tmp/file* zsh: no matches found: /tmp/file* </pre> a successfull run <pre> % rspec spec/integration/type/file_spec.rb 54 examples, 0 failures, 6 pending </pre> after the run <pre> % ls -1ad /tmp/file* /tmp/file_testing20120521-6882-1jk7l9t.bak /tmp/file_testing20120521-6882-1wbakta.bak </pre> notice the filename extension `.bak`. Such a file is e.g. created in "should backup directories to the local filesystem by copying the whole directory" -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
