view tests/test-install @ 10016:8a0af23af5d1

export: fix tests
author Matt Mackall <mpm@selenic.com>
date Fri, 04 Dec 2009 13:59:33 -0600
parents 36c388a1aa51
children
line wrap: on
line source

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true