summaryrefslogtreecommitdiff
path: root/tests/test-mq-qclone-http.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mq-qclone-http.t')
-rw-r--r--tests/test-mq-qclone-http.t10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/test-mq-qclone-http.t b/tests/test-mq-qclone-http.t
index 4c92f4a..7170118 100644
--- a/tests/test-mq-qclone-http.t
+++ b/tests/test-mq-qclone-http.t
@@ -1,7 +1,3 @@
- $ "$TESTDIR/hghave" serve || exit 80
-
-hide outer repo
- $ hg init
$ echo "[extensions]" >> $HGRCPATH
$ echo "mq=" >> $HGRCPATH
@@ -34,7 +30,7 @@ test with recursive collection
$ hg serve -p $HGPORT -d --pid-file=hg.pid --webdir-conf collections.conf \
> -A access-paths.log -E error-paths-1.log
$ cat hg.pid >> $DAEMON_PIDS
- $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '?style=raw'
+ $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/?style=raw'
200 Script output follows
@@ -73,7 +69,7 @@ test with normal collection
$ hg serve -p $HGPORT1 -d --pid-file=hg.pid --webdir-conf collections1.conf \
> -A access-paths.log -E error-paths-1.log
$ cat hg.pid >> $DAEMON_PIDS
- $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '?style=raw'
+ $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/?style=raw'
200 Script output follows
@@ -112,7 +108,7 @@ test with old-style collection
$ hg serve -p $HGPORT2 -d --pid-file=hg.pid --webdir-conf collections2.conf \
> -A access-paths.log -E error-paths-1.log
$ cat hg.pid >> $DAEMON_PIDS
- $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT2 '?style=raw'
+ $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT2 '/?style=raw'
200 Script output follows