Skip to content

Commit

Permalink
qa/1492,1493: deal with /usr/bin vs /bin in pathname to pcp(1)
Browse files Browse the repository at this point in the history
As reported by valgrind.
  • Loading branch information
kmcdonell committed Mar 31, 2024
1 parent c96d495 commit 4dae57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qa/1492
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ _filter()
-e "s@$tmp@TMP@g" \
-e "s@`pmdate '%Y/%m/%d'`@TODAY@" \
-e '/Warning: invalid file descriptor -1 in syscall/d' \
-e '/Command: /s@/usr/bin/@/bin/@' \
# end
}

Expand Down
2 changes: 1 addition & 1 deletion qa/1493.out
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ QA output created by 1492 --valgrind
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: /usr/bin/pcp -z atopsar -r atop-sar 180
Command: /bin/pcp -z atopsar -r atop-sar 180
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
Expand Down

0 comments on commit 4dae57a

Please sign in to comment.