#!/bin/bash

. "${0%/*}"/../lib.sh

#
# smoke tests of sorts
#
lddtree.${sfx} /bin/bash | \
	grep -i 'none' > "${builddir}"/lddtree.${sfx}.smoke
testit lddtree.${sfx}.smoke



exit ${ret}
