trivial: check, if t/trash directory was successfully created
commit2ccd2027b012f481018b9a95929fa8df6ce1d33f
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 5 Jan 2006 11:57:36 +0000 (5 12:57 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Jan 2006 01:24:47 +0000 (5 17:24 -0800)
treef8487ae456818a356b7181a6870d4486bcaff8c4
parent10ae7d86c170554bc815ec460a83b608715063c1
trivial: check, if t/trash directory was successfully created

and was successfully entered. Otherwise git-init-db will create it directly
in the working directory (t/) which can be dangerous.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh