diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-11 22:12:29 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-11 22:12:29 -0700 |
commit | 8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc (patch) | |
tree | d3d4506e20175ba73c64dfb9cefb189c1dd9127a /t/t2003-checkout-cache-mkdir.sh | |
parent | Start preparing for 0.99.5 (diff) | |
parent | [PATCH] Also parse objects we already have (diff) | |
download | tgif-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.tar.xz |
Merge changes in the master branch into 0.99.5 preparation branch.
Diffstat (limited to 't/t2003-checkout-cache-mkdir.sh')
-rwxr-xr-x | t/t2003-checkout-cache-mkdir.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t2003-checkout-cache-mkdir.sh b/t/t2003-checkout-cache-mkdir.sh index 6ec28179be..ed5e4ee516 100755 --- a/t/t2003-checkout-cache-mkdir.sh +++ b/t/t2003-checkout-cache-mkdir.sh @@ -93,3 +93,4 @@ test_expect_success \ test -d tmp-path1 && test -f tmp-path1/file1' +test_done |