summaryrefslogtreecommitdiff
path: root/tests/03-injection32.test
blob: 235f243f694498417e427fe356cc0b76b988d9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
source ./boilerplate.sh

elfucli --input reference/putsmain32 \
        --reladd reference/puts-alternative32.o \
        --output $BUILDDIR/putsmain32-with-puts-alternative32
test_check_retval

cmp reference/putsmain32-with-puts-alternative32 \
    $BUILDDIR/putsmain32-with-puts-alternative32
test_check_retval