Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / tests / example.sh
blob8e8089b08c3551d1a940afc7961c686dd7b29e0f
1 #!/usr/bin/env bash
2 set -ev
4 not () { "$@" && exit 1 || :; }
5 alias pwd=hspwd
7 rm -rf temp1 temp2
8 mkdir temp1
9 cd temp1
10 darcs init
11 cd ..
13 rm -rf temp1 temp2