Assuming I write a shell, is there some form of test harness that ensures that the shell is POSIX compliant (specifically /bin/sh
without any of the bash extensions) in that it would run most constructs that /bin/sh
supports.
This is the reverse of How can I test for POSIX compliance of shell scripts? in that I am looking for something like a bunch of shell scripts that are POSIX-compliant and we are just testing the shell.