mingw: handle GITPERLLIB in t0021 in a Windows-compatible way
[git.git] / t / t0013-sha1dc.sh
blob6d655cb161b2ed39eda97bb4acb54d1cf74a826d
1 #!/bin/sh
3 test_description='test sha1 collision detection'
4 . ./test-lib.sh
5 TEST_DATA="$TEST_DIRECTORY/t0013"
7 if test -z "$DC_SHA1"
8 then
9 skip_all='skipping sha1 collision tests, DC_SHA1 not set'
10 test_done
13 test_expect_success 'test-sha1 detects shattered pdf' '
14 test_must_fail test-sha1 <"$TEST_DATA/shattered-1.pdf" 2>err &&
15 test_i18ngrep collision err &&
16 grep 38762cf7f55934b34d179ae6a4c80cadccbb7f0a err
19 test_done