diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-03-24 08:44:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-27 17:45:47 +0200 |
commit | dae2ff9bb6112bbac0a9bee1e524ae0b3ad316fb (patch) | |
tree | fff3b2b32e69a82d1ef76f1a68da3c8ca77af2df /t/t0013-sha1dc.sh | |
parent | t/helper: merge test-chmtime into test-tool (diff) | |
download | git-dae2ff9bb6112bbac0a9bee1e524ae0b3ad316fb.tar.xz git-dae2ff9bb6112bbac0a9bee1e524ae0b3ad316fb.zip |
t/helper: merge test-sha1 into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0013-sha1dc.sh')
-rwxr-xr-x | t/t0013-sha1dc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0013-sha1dc.sh b/t/t0013-sha1dc.sh index 6d655cb161..419f31a8f7 100755 --- a/t/t0013-sha1dc.sh +++ b/t/t0013-sha1dc.sh @@ -11,7 +11,7 @@ then fi test_expect_success 'test-sha1 detects shattered pdf' ' - test_must_fail test-sha1 <"$TEST_DATA/shattered-1.pdf" 2>err && + test_must_fail test-tool sha1 <"$TEST_DATA/shattered-1.pdf" 2>err && test_i18ngrep collision err && grep 38762cf7f55934b34d179ae6a4c80cadccbb7f0a err ' |