From 848044155a3f227f13ccb4830efcf32f6773ece9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 4 May 2017 18:01:54 +0200 Subject: Remove previous test files before running the next round strip explicitly creates the new files. This will not work on windows if the files already exist. Change-Id: Icdedcd61d26c390669c5c4915ce84e91a9044f20 Reviewed-by: Christian Kandeler --- tests/ChangeLog | 5 +++++ tests/run-strip-reloc.sh | 2 ++ 2 files changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index f43aeba9..1a77c026 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -4,6 +4,11 @@ * run-stack-demangled-test.sh: Likewise. * run-stack-i-test.sh: Likewise. +2017-05-04 Ulf Hermann + + * run-strip-reloc.sh: Remove previous testfiles before running the + next test. + 2017-05-04 Ulf Hermann * elfstrmerge.c: Use 07777 instead of ALLPERMS. diff --git a/tests/run-strip-reloc.sh b/tests/run-strip-reloc.sh index 50dddbf8..f44991dd 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; } -- cgit v1.2.3