diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-20 20:10:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-04 06:17:16 +0100 |
commit | cd3c095caa6f61b4a2952e7ea167938c5b69bc3d (patch) | |
tree | e37f337b8953bf175a515016bcd059bb731f79de /t/t4006-diff-mode.sh | |
parent | Git 1.6.6 (diff) | |
download | git-cd3c095caa6f61b4a2952e7ea167938c5b69bc3d.tar.xz git-cd3c095caa6f61b4a2952e7ea167938c5b69bc3d.zip |
tests: move convenience regexp to match object names to test-lib.sh
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4006-diff-mode.sh')
-rwxr-xr-x | t/t4006-diff-mode.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t4006-diff-mode.sh b/t/t4006-diff-mode.sh index 8c1b81e248..ff8c2f7532 100755 --- a/t/t4006-diff-mode.sh +++ b/t/t4006-diff-mode.sh @@ -20,8 +20,6 @@ test_expect_success \ 'test_chmod +x rezrov && git diff-index $tree >current' -_x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]' -_x40="$_x40$_x40$_x40$_x40$_x40$_x40$_x40$_x40" sed -e 's/\(:100644 100755\) \('"$_x40"'\) \2 /\1 X X /' <current >check echo ":100644 100755 X X M rezrov" >expected |