Vladimir Kotal wrote on Wed Jul 09 2008 at 13:55:08 GMT-0700 (PDT): > > Is there something like kstyle script ? (similar to cstyle used by wx)
Not that I know of. > Also, any idea how to test a test suite against specific ksh version > without changing /usr/bin/ksh binary on the test system ? The easiest and least error-prone method would of course be to use two separate systems, one on which ksh is ksh88 and the other on which it is ksh93. For the latter, it may even be sufficient to work off an OpenSolaris LiveCD (that is, unless you need something that's been fixed in ksh93 after 2008.05 was released). Please note that merely changing the ksh link on the test system to point to /usr/bin/ksh93 (say) is not enough to 'convert' to ksh93; there are other things that also need to be changed. -Ravindra.