summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/version.sh
blob: fb000c7e9aa257c1a303b0e82289f5d269f686a0 (plain)
1
2
3
4
5
6
7
8
9
cp $execs/hello 1

dwz -v 1 > dwz.out 2> /dev/null

grep -q "dwz version" dwz.out

cmp 1 $execs/hello

rm -f 1 dwz.out