Tests pass on windows

This commit is contained in:
Anthony Sottile 2015-01-18 19:45:44 -08:00
parent 56e5c4eb2d
commit 143ed94500
21 changed files with 224 additions and 109 deletions

View file

@ -1,5 +1,5 @@
- id: system-hook-with-spaces
name: System hook with spaces
entry: /usr/bin/python -c 'import sys; print("Hello World")'
entry: bash -c 'echo "Hello World"'
language: system
files: \.sh$