On Fri, Jul 4, 2008 at 4:44 PM, Roland Mainz <roland.mainz at nrubsig.org> wrote: > Dennis Clarke wrote: >> >> Can someone please confirm that this output is correct ? >> >> $ ls -lapinE /bin/ksh93 >> 488 -r-xr-xr-x 2 1000 100 7792 2008-07-03 >> 03:03:25.000000000 +0000 /bin/ksh93 >> $ digest -v -a md5 /bin/ksh93 >> md5 (/bin/ksh93) = 3e1ba94a856919467bcbbc86e4907fc0 >> $ >> $ print ${.sh.version} >> Version M 93t- 2008-06-14 >> $ /usr/demo/ksh/bin/shnote put "Hello world $LOGNAME" >> SUCCESS: http://opensolaris.pastebin.ca/1061598 >> >> installed with star thus : >> http://www.blastwave.org/dclarke/ksh93/ksh93_20080702.txt > > Looks Ok for me... > > ... however the "real" test is whether it passes it's own test suite, > e.g. try: > $ (export SHELL=/usr/bin/ksh93 SHCOMP=/usr/bin/shcomp ; $SHELL > /usr/demo/ksh/tests/shtests -a /usr/demo/ksh/tests/*.sh) # ... > ... note that this must run on an idle system with a working system > clock - if the system is loaded or the clock is "jumping" (like in > VMware when the host OS is loaded) then those tests which depend on > precise timing will implode. >
Thank you ... I'll run those tests. Also, I am only using real hardware for OpenSolaris right now. Dennis