/[anubis]/anubis/testsuite/lib/anubis.exp
ViewVC logotype

Diff of /anubis/testsuite/lib/anubis.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by gray, Thu Mar 6 18:55:18 2003 UTC revision 1.6 by gray, Tue Jul 1 15:28:34 2003 UTC
# Line 637  proc anubis_pat {patname} { Line 637  proc anubis_pat {patname} {
637      global gpg_prog      global gpg_prog
638            
639      verbose "ANUBIS_PAT $patname" 1      verbose "ANUBIS_PAT $patname" 1
640      set chan [open $ANUBIS_ETC_DIR/$patname r]      if ![regexp "^/.*" $patname x y] {
641            set patname "$ANUBIS_ETC_DIR/$patname"
642        }
643        set chan [open $patname r]
644      set state 0      set state 0
645      set options ""      set options ""
646      set testname ""      set testname ""

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26