tests/test-http.t
changeset 32008 9a782e7e651e
parent 31936 806f9a883b4f
child 32258 9c60d93fd3ab
equal deleted inserted replaced
32007:f12b6185d435 32008:9a782e7e651e
   339   $ cat > $TESTTMP/cookies.txt << EOF
   339   $ cat > $TESTTMP/cookies.txt << EOF
   340   > bad format
   340   > bad format
   341   > EOF
   341   > EOF
   342 
   342 
   343   $ hg --config auth.cookiefile=$TESTTMP/cookies.txt id http://localhost:$HGPORT/
   343   $ hg --config auth.cookiefile=$TESTTMP/cookies.txt id http://localhost:$HGPORT/
   344   (error loading cookie file $TESTTMP/cookies.txt: '$TESTTMP/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies)
   344   (error loading cookie file $TESTTMP/cookies.txt: '*/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies) (glob)
   345   56f9bc90cce6
   345   56f9bc90cce6
   346 
   346 
   347   $ killdaemons.py
   347   $ killdaemons.py
   348 
   348 
   349 Create dummy authentication handler that looks for cookies. It doesn't do anything
   349 Create dummy authentication handler that looks for cookies. It doesn't do anything