Files
bind9/unit/unittest.sh.in
2011-02-27 14:13:51 +00:00

10 lines
97 B
Bash

#!/bin/sh
PATH=${PATH}:@ATFBIN@
export PATH
if [ -n "@ATFBIN@" ]
then
atf-run | atf-report
fi