[DTrace-devel] [PATCH] test: Remove errant debug statement
eugene.loh at oracle.com
eugene.loh at oracle.com
Tue Aug 5 18:32:25 UTC 2025
From: Eugene Loh <eugene.loh at oracle.com>
In commit e7eaa6216
("test: sdt:task::task_rename takes only 4 args on newer kernels"),
a debug statement was apparently added and left in, causing mismatch
with the .r results file. Remove the statement.
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
test/unittest/disasm/tst.vartab-bvar.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/unittest/disasm/tst.vartab-bvar.sh b/test/unittest/disasm/tst.vartab-bvar.sh
index 875512989..e7e15fd51 100755
--- a/test/unittest/disasm/tst.vartab-bvar.sh
+++ b/test/unittest/disasm/tst.vartab-bvar.sh
@@ -59,7 +59,6 @@ sdt:task::task_rename
exit(0);
}
' 2>&1 | gawk '
-{ print; }
BEGIN {
rc = 1;
}
--
2.43.5
More information about the DTrace-devel
mailing list