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

6 lines
79 B
Bash
Executable File

#!/bin/sh
$rpmheader $myrpm | $rpmdump > $0.out
diff $0.out $0.exp || exit 0