DEBSOURCES
Skip Quicknav
sources / dupd / 1.7.3-3 / tests / test.67
12345678910111213
#!/usr/bin/env bash source common DESC="scan" $DUPD_CMD scan --path `pwd`/files -q checkrv $? DESC="validate" $DUPD_CMD validate > /dev/null checkrv $? tdone