changeset 5361:8ab7de07f40e

test-convert-git: support older git client (1.4.4.4)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 04 Oct 2007 14:23:28 +0200
parents 645a40777fd4
children 6b72ceef7472 f9b0e4f023c4
files tests/test-convert-git
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-convert-git
+++ b/tests/test-convert-git
@@ -32,7 +32,7 @@ commit -a -m t1
 
 # Remove the directory, then try to replace it with a file
 # (issue 754)
-git rm -r d
+git rm -f d/b
 commit -m t2
 echo d > d
 git add d