Added script to the new integration tests.

This commit is contained in:
Richard C Isaacson 2014-02-24 10:57:22 -06:00
commit dcbc69b69c
6 changed files with 83 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "win" > "$1"

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
rm "$1"

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo -n "win"