HomePhorge

(#12412) Mark symbolic file modes test as pending on Windows
0b95f3a55ec7Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#12412) Mark symbolic file modes test as pending on Windows

Previously, the test used hard-coded tmp file locations, and then
passed the posix style paths to puppet apply, which doesn't work on
Windows agents.

This commit refactors the test to use Host#tmpfile and Host#tmpdir`
methods, which requires using agents.each do |agent| style test.

Also, there are problems executing chmod 0000 path via Cygwin as the
resulting file always has at least 0400 permission. For now, I'm
marking the entire test as pending on Windows and will come back to
it.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU8ae92477c2d6: (#12412) Skip ca acceptance test on Window agents
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU0b95f3a55ec7: (#12412) Mark symbolic file modes test as pending on Windows (authored by Josh Cooper <josh@puppetlabs.com>).Feb 6 2012, 6:41 PM