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

$rpm2cpio $myrpm | cpio -it > $0.out

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