tests/test-largefiles.t
changeset 17017 953faba28e91
parent 16986 79902f7e27df
child 17088 31f7dd50ed40
equal deleted inserted replaced
17016:468a950aebc3 17017:953faba28e91
   144 
   144 
   145 Test display of largefiles in hgweb
   145 Test display of largefiles in hgweb
   146 
   146 
   147   $ hg serve -d -p $HGPORT --pid-file ../hg.pid
   147   $ hg serve -d -p $HGPORT --pid-file ../hg.pid
   148   $ cat ../hg.pid >> $DAEMON_PIDS
   148   $ cat ../hg.pid >> $DAEMON_PIDS
   149   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/file/tip/?style=raw'
   149   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/?style=raw'
   150   200 Script output follows
   150   200 Script output follows
   151   
   151   
   152   
   152   
   153   drwxr-xr-x sub
   153   drwxr-xr-x sub
   154   -rw-r--r-- 41 large3
   154   -rw-r--r-- 41 large3
   155   -rw-r--r-- 9 normal3
   155   -rw-r--r-- 9 normal3
   156   
   156   
   157   
   157   
   158   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/file/tip/sub/?style=raw'
   158   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw'
   159   200 Script output follows
   159   200 Script output follows
   160   
   160   
   161   
   161   
   162   -rw-r--r-- 41 large4
   162   -rw-r--r-- 41 large4
   163   -rw-r--r-- 9 normal4
   163   -rw-r--r-- 9 normal4