summaryrefslogtreecommitdiff
path: root/tests/hello-test/ckL
blob: 11d0dd87228bad3f79609f77335af940dc03aacf (plain)
1
2
3
4
5
#!/bin/sh

$rpmlead $myrpm | od -c > $0.out

diff $0.out $0.exp || exit 1