]> git.ipfire.org Git - thirdparty/git.git/commit
t3905: use test_cmp() to check file contents
authorDenton Liu <liu.denton@gmail.com>
Tue, 9 Feb 2021 07:28:52 +0000 (23:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:34:58 +0000 (13:34 -0800)
commit8c2462d1fe01fbc509827591f6b287d8af245ae1
treedc2b4ae5b24a33913ab5f8ee5634e2cf420f0af9
parent27e25a8cbfff4a53eb1bf6bac8486af6a6a1201d
t3905: use test_cmp() to check file contents

Modernize the script by doing file content comparisons using test_cmp()
instead of `test x = "$(cat file)"`.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3905-stash-include-untracked.sh