rpm/tests/hello-test/ckL

6 lines
74 B
Bash
Executable File

#!/bin/sh
$rpmlead $myrpm | od -c > $0.out
diff $0.out $0.exp || exit 1