Make confidence test .sh s executable under cygwin by putting #! on first line.

This commit is contained in:
David Brown 2016-07-16 20:59:12 +01:00
parent c146cab6c1
commit f2e12bf481
7 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!
# '.' this from indiviual test.sh files
if diff -b expected result
then printf "PASSED: $PWD\n\n"