From 72088cbe294598b957a43d923cf070ecf49afe52 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 10 Mar 2025 08:07:17 -0700 Subject: [PATCH] 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 --- gprof/testsuite/tst-gmon-gprof-l.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5