summaryrefslogtreecommitdiff
path: root/tests/unlinkat.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-06-24 16:57:01 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-06-29 17:38:25 +0000
commit1068536e511a86bc02332d37a821642e54ae8f6e (patch)
treeb3055a824c668a35089091f802970c61b450b652 /tests/unlinkat.c
parentf2bf222d3c276cd9a680463352c59eee017a1b18 (diff)
downloadstrace-1068536e511a86bc02332d37a821642e54ae8f6e.tar.gz
xlat: update AT_* constants
* xlat/at_flags.in (AT_RECURSIVE): New constant introduced by Linux kernel commit v5.2-rc1~141^2~9. * NEWS: Mention this. * tests/linkat.c: Update expected output. * tests/unlinkat.c: Update expected output. * tests/utimensat.c: Update expected output. * tests/xstatx.c: Update expected output.
Diffstat (limited to 'tests/unlinkat.c')
-rw-r--r--tests/unlinkat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unlinkat.c b/tests/unlinkat.c
index 0ae679646..a0bf1d625 100644
--- a/tests/unlinkat.c
+++ b/tests/unlinkat.c
@@ -27,7 +27,7 @@ main(void)
printf("unlinkat(%s, \"%s\", %s) = %ld %s (%m)\n",
"AT_FDCWD", sample,
"AT_SYMLINK_NOFOLLOW|AT_REMOVEDIR|AT_SYMLINK_FOLLOW"
- "|AT_NO_AUTOMOUNT|AT_EMPTY_PATH|0xffffe0ff",
+ "|AT_NO_AUTOMOUNT|AT_EMPTY_PATH|AT_RECURSIVE|0xffff60ff",
rc, errno2name());
puts("+++ exited with 0 +++");