summaryrefslogtreecommitdiff
path: root/t/t4007-rename-3.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-26 07:22:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-07-26 07:22:43 (GMT)
commit2bbcddee877c01ea1008efe2137d7ef599189ef5 (patch)
treea7899cfb99e8dfa95c3a108ea6cebe1d0d42130e /t/t4007-rename-3.sh
parentca8c9156f8f980455f64e2cedcf0347328e46029 (diff)
downloadgit-2bbcddee877c01ea1008efe2137d7ef599189ef5.zip
git-2bbcddee877c01ea1008efe2137d7ef599189ef5.tar.gz
git-2bbcddee877c01ea1008efe2137d7ef599189ef5.tar.bz2
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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t4007-rename-3.sh b/t/t4007-rename-3.sh
index ab83ea3..042390a 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 \