summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/hardlink.sh
blob: 3a956b24576947054297375b655d164d20e891c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
cp $execs/hello 1
ln 1 2

dwz -h 1 2

smaller-than.sh 1 $execs/hello
smaller-than.sh 2 $execs/hello

hardlinks-p.sh 1 2

rm -f 1 2