DEBSOURCES
Skip Quicknav
sources / libconvert-binary-c-perl / 0.86-1 / util / tool / test
12345678910
#!/bin/sh DIFF=`perl check_alloc.pl <test.in | diff test.out -` if [[ $DIFF = "" ]]; then echo "test passed" else echo "FAILED:" echo "\"$DIFF\"" fi