comparison tests/test-convert-git.t @ 18508:813b7a1f7036 stable

tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 31 Jan 2013 02:39:55 +0100
parents 0eed66327ad4
children ad5817505834
comparison
equal deleted inserted replaced
18507:c795c9f87792 18508:813b7a1f7036
305 $ cd git-repo5 305 $ cd git-repo5
306 $ git init-db >/dev/null 2>/dev/null 306 $ git init-db >/dev/null 2>/dev/null
307 $ echo 'sub' >> foo 307 $ echo 'sub' >> foo
308 $ git add foo 308 $ git add foo
309 $ commit -a -m 'addfoo' 309 $ commit -a -m 'addfoo'
310 $ BASE=${PWD} 310 $ BASE=`pwd`
311 $ cd .. 311 $ cd ..
312 $ mkdir git-repo6 312 $ mkdir git-repo6
313 $ cd git-repo6 313 $ cd git-repo6
314 $ git init-db >/dev/null 2>/dev/null 314 $ git init-db >/dev/null 2>/dev/null
315 $ git submodule add ${BASE} >/dev/null 2>/dev/null 315 $ git submodule add ${BASE} >/dev/null 2>/dev/null