X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgethostname.cl;fp=tests%2Fgethostname.cl;h=fcec16e66fca67142cf7dc6abe89ed0432021cfe;hb=379a7c3e7b8249ace498d8733c87a3f575a7c799;hp=0062e4037035bc6f01ec3538b28498092cc1c7a4;hpb=2ac8c217068f8d2a1255df83c741370f0add8a4d;p=uffi.git diff --git a/tests/gethostname.cl b/tests/gethostname.cl index 0062e40..fcec16e 100644 --- a/tests/gethostname.cl +++ b/tests/gethostname.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: gethostname.cl,v 1.7 2002/03/21 15:57:01 kevin Exp $ +;;;; $Id: gethostname.cl,v 1.8 2002/03/22 20:51:08 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,5 +44,6 @@ (error "gethostname() failed.")))) #+test-uffi -(format t "~&Hostname: ~A" (gethostname)) +(format t "~&Hostname (technique 1): ~A" (gethostname)) +(format t "~&Hostname (technique 2): ~A" (gethostname2))