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

elfucli --input reference/putsmain64 \
        --reladd reference/puts-alternative64.o \
        --output $BUILDDIR/putsmain64-with-puts-alternative64
test_check_retval

cmp reference/putsmain64-with-puts-alternative64 \
    $BUILDDIR/putsmain64-with-puts-alternative64
test_check_retval