|
||||
File indexing completed on 2024-04-06 12:13:15
0001 #!/bin/bash 0002 echo "===== Running test of cms_adler32 ======" 0003 0004 expect="fd466a74" 0005 results=`cms_adler32 ${SCRAM_TEST_PATH}/doNotModify.txt | awk '{print $1}'` 0006 0007 if [ "$results" != "$expect" ]; then 0008 echo "result: " $results 0009 echo "expect: " $expect 0010 echo ">>>>> test of adler32 failed <<<<<" 0011 exit 1 0012 fi 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |