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.

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL <currently fluctuating>
 (;O/ \/ \O;)

Reply via email to