From 1def449850ee40b6eacf8135f6fa8cd1f2eb71e5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 31 Jan 2022 17:13:31 +0000 Subject: tests/try-syscall.c: Add a note about keeping this in sync with bubblewrap Signed-off-by: Simon McVittie --- tests/try-syscall.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/try-syscall.c b/tests/try-syscall.c index 84a0ca66..df350542 100644 --- a/tests/try-syscall.c +++ b/tests/try-syscall.c @@ -7,6 +7,9 @@ * * In general, we pass a bad fd or pointer to each syscall that will * accept one, so that it will fail with EBADF or EFAULT without side-effects. + * + * This helper is used for regression tests in both bubblewrap and flatpak. + * Please keep both copies in sync. */ #include -- cgit v1.2.1