home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6467 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  842 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!sdd.hp.com!decwrl!pa.dec.com!e2big.mko.dec.com!amber!cavedog.athena.lkg.dec.com!mamros
  2. From: mamros@athena.lkg.dec.com (Shawn Mamros)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: /bin/test bug?
  5. Message-ID: <667312@athena.lkg.dec.com>
  6. Date: 25 Aug 92 12:59:28 GMT
  7. References: <4360@equinox.unr.edu>
  8. Sender: mamros@cavedog.athena.lkg.dec.com (Shawn Mamros)
  9. Reply-To: mamros@athena.lkg.dec.com (Shawn Mamros)
  10. Organization: Digital Equipment Corporation
  11. Lines: 17
  12.  
  13.  
  14. Are you sure that you're using /bin/test?  Perhaps you're actually using
  15. some shell's built-in test instead.
  16.  
  17. I just tried both
  18.  
  19. % /bin/test 's' = 's'
  20.  
  21. and
  22.  
  23. % test 's' = 's'
  24.  
  25. on an ULTRIX V4.2A system using the supplied csh as the shell.  In both
  26. cases, the exit status was 0.
  27.  
  28. -Shawn Mamros
  29. E-mail to: mamros@athena.lkg.dec.com
  30.