aboutsummaryrefslogtreecommitdiff
blob: fa82fd0fd167b0e48d10092d6f00f1e5f3f07bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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}