Skip to content
Commits on Source (2)
Tests: run-unit-test
Restritions: allow-stderr
Tests: run-unit-test
Depends: libc6,
libsprng2
Recommends: tree-puzzle-doc
Suggests: phylip,
treetool
Restritions: allow-stderr
\ No newline at end of file
......@@ -15,10 +15,11 @@ cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
#do_stuff_to_test_package#
# tree-puzzle intallation check
if hash puzzle 2>/dev/null; then
# Comment by Andreas Tille: That test is a bit weak since
# its pretty redundant that these conditions are fullfilled
# once a package is installed. Please enhance.
if hash tree-puzzle 2>/dev/null; then
echo Success
else
echo Fail
......