diff options
Diffstat (limited to 'tests/run-strip-reloc.sh')
| -rwxr-xr-x | tests/run-strip-reloc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-strip-reloc.sh b/tests/run-strip-reloc.sh index 292e9082..bbc9f586 100755 --- a/tests/run-strip-reloc.sh +++ b/tests/run-strip-reloc.sh @@ -32,6 +32,8 @@ runtest() { outfile2=out.stripped2 debugfile2=out.debug2 + rm -f $outfile1 $debugfile1 $outfile2 $debugfile2 + testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile || { echo "*** failure strip $infile"; status=1; } |
