aports/main/libseccomp/busybox.patch
2025-11-25 16:37:47 +00:00

13 lines
259 B
Diff

--- a/tests/regression
+++ b/tests/regression
@@ -994,7 +994,8 @@ function tail_log() {
local pid=$2
# dump the output
- tail -n +0 --pid=$pid -f $log
+ wait $pid
+ cat $log
# accumulate the stats
local stats=$(echo $log | sed 's/\.log$/.stats/')