Details
Description
many of the pig tests assume the first line (e.g. #!/bin/sh) auto-resolves the interpreter. This doesn't work on Windows. To run scripts in a cross-platform context, tests should invoke "perl test.pl" or "sh test.sh" instead.
many of the pig tests assume the first line (e.g. #!/bin/sh) auto-resolves the interpreter. This doesn't work on Windows. To run scripts in a cross-platform context, tests should invoke "perl test.pl" or "sh test.sh" instead.