comparison tests/test-walk.t @ 13956:ffb5c09ba822

tests: remove redundant mkdir There are still many tests that check that a bare 'hg init' initializes the current directory.
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 Apr 2011 12:04:44 +0200
parents 93452579df9e
children 8b252e826c68
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
1 $ mkdir t 1 $ hg init t
2 $ cd t 2 $ cd t
3 $ hg init
4 $ mkdir -p beans 3 $ mkdir -p beans
5 $ for b in kidney navy turtle borlotti black pinto; do 4 $ for b in kidney navy turtle borlotti black pinto; do
6 > echo $b > beans/$b 5 > echo $b > beans/$b
7 $ done 6 $ done
8 $ mkdir -p mammals/Procyonidae 7 $ mkdir -p mammals/Procyonidae