diff options
Diffstat (limited to 't/t4001-diff-rename.sh')
-rwxr-xr-x | t/t4001-diff-rename.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4001-diff-rename.sh b/t/t4001-diff-rename.sh index 065ddb71a9..933a5bfc6b 100755 --- a/t/t4001-diff-rename.sh +++ b/t/t4001-diff-rename.sh @@ -31,7 +31,7 @@ test_expect_success \ test_expect_success \ 'write that tree.' \ - 'tree=$(git-write-tree)' + 'tree=$(git-write-tree) && echo $tree' sed -e 's/line/Line/' <path0 >path1 rm -f path0 @@ -61,6 +61,6 @@ EOF test_expect_success \ 'validate the output.' \ - 'diff -I "rename similarity.*" >/dev/null current expected' + 'diff -I "similarity.*" >/dev/null current expected' test_done |