rpm/tests/hello-test/ckS

6 lines
82 B
Bash
Executable File

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