summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-01-31 17:13:31 +0000
committerSimon McVittie <smcv@collabora.com>2022-01-31 17:13:31 +0000
commit1def449850ee40b6eacf8135f6fa8cd1f2eb71e5 (patch)
tree83278b6e5aa14a21d28f36dccf9752234a2ddeca /tests
parent4735e3ea90d9cfa7237aa1de7818ba396a45f084 (diff)
downloadflatpak-1def449850ee40b6eacf8135f6fa8cd1f2eb71e5.tar.gz
tests/try-syscall.c: Add a note about keeping this in sync with bubblewrap
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/try-syscall.c3
1 files changed, 3 insertions, 0 deletions
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 <errno.h>