Issue #14600 has been updated by Stefan Schulte. Category set to testing Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/869
---------------------------------------- Bug #14600: file integration specs should remove all temporary files https://projects.puppetlabs.com/issues/14600#change-65461 Author: Stefan Schulte Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: testing Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/869 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.
