Add test for `ConfigureRemotingForAnsible.ps1`.

pull/19981/head
Matt Clay 8 years ago
parent 89f232ad8a
commit 50b11cd8e3

@ -0,0 +1,9 @@
#!/bin/sh
FILE='examples/scripts/ConfigureRemotingForAnsible.ps1'
if [ ! -f "${FILE}" ] || [ -h "${FILE}" ]; then
echo 'The file "ConfigureRemotingForAnsible.ps1" is missing or is not a regular file.'
echo 'It is required by external automated processes and should not be moved or renamed.'
exit 1
fi
Loading…
Cancel
Save