##// END OF EJS Templates
test-serve: ensure KILLQUIETLY is only used once...
Brodie Rao -
r12135:b6cc68ef default
parent child Browse files
Show More
@@ -41,7 +41,7 b' echo % With -v and -p HGPORT2'
41 hgserve -p "$HGPORT2"
41 hgserve -p "$HGPORT2"
42
42
43 echo '% With -v and -p http (should fail)'
43 echo '% With -v and -p http (should fail)'
44 KILLQUIETLY=Y hgserve -p http
44 KILLQUIETLY=Y hgserve -p http; KILLQUIETLY=N
45
45
46 echo % With --prefix foo
46 echo % With --prefix foo
47 hgserve --prefix foo
47 hgserve --prefix foo
General Comments 0
You need to be logged in to leave comments. Login now