X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgethostname.cl;h=b668a109fec31a75fd7d3e476ac0c16dabf6a15b;hb=e6ead14af8cd0833a49d7cd33c8bc33d3404da6d;hp=49ed9dec6c1141e7c092d16128790d72ab9f46c2;hpb=acdc714a0b8ea9c0df0c9ffc56699fa010bd549e;p=uffi.git diff --git a/tests/gethostname.cl b/tests/gethostname.cl index 49ed9de..b668a10 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.11 2002/04/02 21:42:11 kevin Exp $ +;;;; $Id: gethostname.cl,v 1.12 2002/04/03 00:31:32 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -58,7 +58,7 @@ (util.test:test (and (not (zerop (length hostname1))) (not (zerop (length hostname2)))) t :fail-info "gethostname length 0") - (util.test:test (string= hostname1 hostname1) (length hostname1) + (util.test:test (string= hostname1 hostname1) t :fail-info "gethostname techniques don't match")) )