##// END OF EJS Templates
test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve'...
Mads Kiilerich -
r18228:1528ff6a default
parent child Browse files
Show More
@@ -217,28 +217,28 b' Test copies and moves from a directory o'
217 217 ./foo
218 218 $ cd ../../a
219 219
220 #if hgweb
220 #if serve
221 221 Test display of largefiles in hgweb
222 222
223 223 $ hg serve -d -p $HGPORT --pid-file ../hg.pid
224 224 $ cat ../hg.pid >> $DAEMON_PIDS
225 225 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/?style=raw'
226 226 200 Script output follows
227
228
227
228
229 229 drwxr-xr-x sub
230 230 -rw-r--r-- 41 large3
231 231 -rw-r--r-- 9 normal3
232
233
232
233
234 234 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw'
235 235 200 Script output follows
236
237
236
237
238 238 -rw-r--r-- 41 large4
239 239 -rw-r--r-- 9 normal4
240
241
240
241
242 242 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
243 243 #endif
244 244
General Comments 0
You need to be logged in to leave comments. Login now