2 # This test ensures that two different talloc processes do not use the same
3 # magic value to lessen the opportunity for transferrable attacks.
5 echo "test: magic differs"
11 if [ $m1 -eq $m2 ]; then
12 echo "failure: magic remained the same between executions ($m1 vs $m2)"
16 echo "success: magic differs"