diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-26 00:22:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-26 00:22:43 -0700 |
commit | 2bbcddee877c01ea1008efe2137d7ef599189ef5 (patch) | |
tree | a7899cfb99e8dfa95c3a108ea6cebe1d0d42130e /t/t4007-rename-3.sh | |
parent | ca8c9156f8f980455f64e2cedcf0347328e46029 (diff) | |
download | git-2bbcddee877c01ea1008efe2137d7ef599189ef5.tar.gz |
Adjust diff-raw tests to the status letter change.
We use 'A' for added files instead of 'N' to make the it
visually easier to distinguish from 'M' now.
While we are at it, make the test scripts executable. Yes, I
know it does not matter because t/Makefile runs them explicitly
with "sh tXXXX-blah.sh", but being consistent is always better.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4007-rename-3.sh')
-rwxr-xr-x[-rw-r--r--] | t/t4007-rename-3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4007-rename-3.sh b/t/t4007-rename-3.sh index ab83ea3b8a..042390aa8f 100644..100755 --- a/t/t4007-rename-3.sh +++ b/t/t4007-rename-3.sh @@ -45,7 +45,7 @@ test_expect_success \ git-diff-cache -C $tree path1 >current cat >expected <<\EOF -:000000 100644 0000000000000000000000000000000000000000 6ff87c4664981e4397625791c8ea3bbb5f2279a3 N path1/COPYING +:000000 100644 0000000000000000000000000000000000000000 6ff87c4664981e4397625791c8ea3bbb5f2279a3 A path1/COPYING EOF test_expect_success \ @@ -80,7 +80,7 @@ test_expect_success \ git-diff-cache -C $tree path1 >current cat >expected <<\EOF -:000000 100644 0000000000000000000000000000000000000000 6ff87c4664981e4397625791c8ea3bbb5f2279a3 N path1/COPYING +:000000 100644 0000000000000000000000000000000000000000 6ff87c4664981e4397625791c8ea3bbb5f2279a3 A path1/COPYING EOF test_expect_success \ |