comparison test/runtests @ 448:3cd8aa013b88

Change the perl invocations for the test bits to use /usr/bin/env Using "env" to find where perl is located is probably more portable. Changed the test harness thingie and the existing opcode test to use /usr/bin/env instead of a hard coded perl path.
author William Astle <lost@l-w.ca>
date Thu, 30 Nov 2017 17:38:24 -0700
parents 3413a88f4d09
children
comparison
equal deleted inserted replaced
447:639d19f5fb8e 448:3cd8aa013b88
1 #!/usr/bin/perl 1 #!/usr/bin/env perl
2 # 2 #
3 # This program will execute all programs in the "tests" directory. Each 3 # This program will execute all programs in the "tests" directory. Each
4 # program is expected to produce output as follows on stdout: 4 # program is expected to produce output as follows on stdout:
5 # 5 #
6 # each line begins with a test name followed by whitespace followed by 6 # each line begins with a test name followed by whitespace followed by