Hi Gert, [snip]
> Generally speaking, I'm in favour of reworking t_client.sh and making > the output more readable, etc. - it was a quick hack, and more polishing > would be welcome. > > I'm not exactly sure about the shell constructs you use, specifically > arrays and varaible declarations - is that posix shell, or "bash"? > > This script needs to run on all platforms we support, and that includes > more esoteric ones like AIX and Solaris - OpenSolaris /bin/sh is a ksh93 > variant (nowadays), so if it works in ksh and dash (Debian /bin/sh), I'm > fine… > > gert Arrays are indeed not POSIX compliant. Do we have some hard baseline of systems we need our tests to run on? I have SmartOS (Solaris derivate), I could get my hands on a Solaris VM (10 or 11, I’ll need to check with Oracles license) for local testing. I have virtually no experience with AIX though. As these tests are only run on development machines I assume that we can require some additional packages to be installed? I’ll make sure that it works on * Ubuntu Precise Pangolin * Mac OS * Solaris 11 (btw: Do we use gcc or Solaris Studio?) Can you do a final test on AIX after I am done? Cheers Jens