summaryrefslogtreecommitdiff
path: root/tests/md5.sh
Commit message (Collapse)AuthorAge
* fate: improve md5sum utility selectionMans Rullgard2012-10-15
| | | | | | | 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: fix md5sum replacement on some systemsMans Rullgard2012-05-30
| | | | | | | | 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-18
|
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-08
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