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/t4008-diff-break-rewrite.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/t4008-diff-break-rewrite.sh')
-rwxr-xr-x[-rw-r--r--] | t/t4008-diff-break-rewrite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4008-diff-break-rewrite.sh b/t/t4008-diff-break-rewrite.sh index 040d0ddbd4..4c971c9f04 100644..100755 --- a/t/t4008-diff-break-rewrite.sh +++ b/t/t4008-diff-break-rewrite.sh @@ -165,7 +165,7 @@ test_expect_success \ cat >expected <<\EOF :100644 000000 f5deac7be59e7eeab8657fd9ae706fd6a57daed2 0000000000000000000000000000000000000000 D file0 :100644 100644 6ff87c4664981e4397625791c8ea3bbb5f2279a3 08bb2fb671deff4c03a4d4a0a1315dff98d5732c M100 file1 -:000000 100644 0000000000000000000000000000000000000000 f5deac7be59e7eeab8657fd9ae706fd6a57daed2 N file2 +:000000 100644 0000000000000000000000000000000000000000 f5deac7be59e7eeab8657fd9ae706fd6a57daed2 A file2 EOF test_expect_success \ |