changeset 5586:b90b72729a72

hgwebdir: test virtual paths leading or trailing separators are stripped
author Patrick Mezard <pmezard@gmail.com>
date Sun, 02 Dec 2007 19:39:29 +0100
parents b34028d52e7e
children 083b6e3142a2 05451f6b5f07
files tests/test-hgwebdir
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-hgwebdir	Sun Dec 02 19:45:38 2007 +0100
+++ b/tests/test-hgwebdir	Sun Dec 02 19:39:29 2007 +0100
@@ -43,7 +43,7 @@
 
 cat > paths.conf <<EOF
 [paths]
-t/a=$root/a
+t/a/=$root/a
 b=$root/b
 EOF