summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/low-mem-die-limit-none.sh
blob: 20b8cad90efaf205137df276bdcd96de251a26db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cp $execs/hello 1

$execs/dwz-for-test \
    -lnone \
    --devel-trace \
    1 \
    2> dwz.err

if grep -q "Compressing 1 in low-mem mode" dwz.err; then
    exit 1
fi

rm -f 1 dwz.err