3 test_description
='diff -r -t shows directory additions and deletions'
5 TEST_PASSES_SANITIZE_LEAK
=true
8 test_expect_success setup
'
18 git commit -m initial &&
22 for p in dc/1 da/4 dt ft/5 fc
24 echo hello >$p || exit
49 test_expect_success verify
'
50 git diff-tree -r -t --name-status HEAD^ HEAD >actual &&
51 test_cmp expect actual