Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4041 (diff-submodule-option): modernize style
[gitweb.git]
/
t
/
t7508-status.sh
diff --git
a/t/t7508-status.sh
b/t/t7508-status.sh
index c206f4777a36a28687def873bd9fe60ed322fbbc..e313ef196ed91a6ad12c70b147e2309af8fb4bfd 100755
(executable)
--- a/
t/t7508-status.sh
+++ b/
t/t7508-status.sh
@@
-80,7
+80,7
@@
test_expect_success 'status --column' '
# dir1/untracked dir2/untracked untracked
# dir2/modified output
EOF
- test_cmp expect output
+ test_
i18n
cmp expect output
'
cat >expect <<\EOF