28 Oct
2025
28 Oct
'25
1:09 a.m.
On Wed, 15 Oct 2025 16:04:02 +0800
Yumei Huang
Test memory/passt failed with error "objsize: No such file or directory" because of an escaping issue. Fix it.
Link: https://bugs.passt.top/show_bug.cgi?id=155 Signed-off-by: Yumei Huang
Applied. I tried to actually un-escape more stuff from the sed pattern (for example just 'sed s/\(.*...)/.../p') and sure I get problems with Bash but not the 'objsize' thing you're hitting, so I don't have another explanation. I'm fairly sure that one of those < > around objsize is taken as redirection by Bash, but I have no idea why. Whatever, as long as it's harmless, these test scripts are definitely not very clean/elegant... -- Stefano