view tests/test-install @ 10444:e99e0e077bc4

minirst: report pruned container types
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Feb 2010 18:11:08 +0100
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