~cpick/mongrel2/release

« back to all changes in this revision

Viewing changes to tests/system_tests/wget_tests

  • Committer: Chris Pick
  • Date: 2013-06-30 16:39:57 UTC
  • mfrom: (1106.1.15)
  • Revision ID: git-v1:ec39967acb6bc9867ed9b9dc3774304ca6b9c294
Merge tag 'v1.8.1' into debian

Hotfix for github issue 148

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
wget -O - http://localhost:6767/
4
 
 
5
 
wget -O - http://localhost:6767/handlertest
6
 
 
7
 
wget -O - http://localhost:6767/chatdemo/
8
 
 
9
 
wget -O - http://localhost:6767/tests/sample.json
10
 
 
11
 
wget -O - http://localhost:6767/tests/crap
12