summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/hardlink-multifile.sh
blob: 160a7edd4e70f23f9ac10e9a79000a61c975a5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cp $execs/hello 1
ln 1 2
cp $execs/hello 3

dwz -h -m 4 1 2 3

hardlinks-p.sh 1 2

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

[ "$(gnu-debugaltlink-name.sh 1)" = "4" ]
[ "$(gnu-debugaltlink-name.sh 3)" = "4" ]

rm -f 1 2 3 4