rpm-build/tests/hello-test/ckC
2002-03-25 20:16:26 +00:00

6 lines
78 B
Bash
Executable File

#!/bin/sh
$rpm2cpio $myrpm | cpio -it > $0.out
diff $0.out $0.exp || exit 1