git-clean: add tests for relative path
commit5b7570cfb41c34ce585ede3fc1e45fa48febbd8f
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Mar 2008 05:56:56 +0000 (7 21:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Mar 2008 05:56:56 +0000 (7 21:56 -0800)
treeba0bb8bf3c5874909af6ce9e74223bc534aa3b3c
parent1fb328947c8e3ace9df7d2d5374e26e2510a4e93
git-clean: add tests for relative path

This adds tests for recent change by Dmitry to fix the report "git
clean" gives on removed paths, and also makes sure the command detects
paths that is outside working tree.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7300-clean.sh