Mercurial > hg
view tests/test-requires @ 10275:3a1f29b63b9f stable
tests: Don't use $PWD
$PWD doesn't work with solaris sh - use `pwd` instead
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 22 Jan 2010 17:13:55 +0100 |
parents | 8f18e31c4441 |
children |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m test -d "1000000 0" rm .hg/requires hg tip echo indoor-pool > .hg/requires hg tip true