From: H.J. Lu Date: Mon, 10 Mar 2025 15:07:17 +0000 (-0700) Subject: gprof: Append -l to tst-gmon-gprof-l.sh data files X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72088cbe294598b957a43d923cf070ecf49afe52;p=thirdparty%2Fbinutils-gdb.git gprof: Append -l to tst-gmon-gprof-l.sh data files Append -l to tst-gmon-gprof-l.sh data files to avoid conflicts with tst-gmon-gprof.sh data files. * testsuite/tst-gmon-gprof-l.sh (actual): Append -l. (expected): Likewise. (expected_dot): Likewise. Signed-off-by: H.J. Lu --- diff --git a/gprof/testsuite/tst-gmon-gprof-l.sh b/gprof/testsuite/tst-gmon-gprof-l.sh index 3e54da6b4f7..530d022e472 100755 --- a/gprof/testsuite/tst-gmon-gprof-l.sh +++ b/gprof/testsuite/tst-gmon-gprof-l.sh @@ -38,9 +38,9 @@ export LC_ALL set -e exec 2>&1 -actual=${program}.actual -expected=${program}.expected -expected_dot=${program}.expected_dot +actual=${program}.actual-l +expected=${program}.expected-l +expected_dot=${program}.expected_dot-l cleanup () { rm -f "$actual" rm -f "$expected"