summaryrefslogtreecommitdiff
path: root/tests/md5.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer2012-10-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b': tiny_psnr: check for specified sample size less than 1 fate: improve md5sum utility selection rangecoder-test: Drop timer output that clutters stderr Conflicts: tests/tiny_psnr.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: improve md5sum utility selectionMans Rullgard2012-10-151-1/+1
| | | | | | | | | | | | | | The 'md5sum' command is used with the -b flag so the presence test must also use this flag. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | fate: try to fix 3rd md5 implementationMichael Niedermayer2012-06-011-1/+1
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: fix md5sum replacement on some systemsMans Rullgard2012-05-301-2/+2
| | | | | | | | On systems where the 'md5' command is used, there is a conflict with the md5() shell function in fate-run.sh. Using the 'command' keyword bypasses the shell function for correct behaviour. Signed-off-by: Mans Rullgard <mans@mansr.com>
* regtest: add openssl to md5 alternativesMans Rullgard2011-01-181-0/+2
|
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-081-0/+11
ffserver-regression.sh doesn't need anything else from regression-funcs.sh, and sourcing the entire file there breaks things. Originally committed as revision 22304 to svn://svn.ffmpeg.org/ffmpeg/trunk