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"