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.
Patch for streaming tests to specify their interpreters at execution time to apply to multiple platforms with a uniform behavior.