munmap_exe.stderr.exp munmap_exe.vgtest \
nestedfns.stderr.exp nestedfns.stdout.exp nestedfns.vgtest \
pending.stdout.exp pending.stderr.exp pending.vgtest \
- procfs-linux.stderr.exp procfs-linux.vgtest \
+ procfs-linux.stderr.exp-with-readlinkat \
+ procfs-linux.stderr.exp-without-readlinkat \
+ procfs-linux.vgtest \
procfs-non-linux.stderr.exp procfs-non-linux.vgtest \
pth_atfork1.stderr.exp pth_atfork1.stdout.exp pth_atfork1.vgtest \
pth_blockedsig.stderr.exp \
--- /dev/null
+
+/proc/self/cmdline:
+./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
+/proc/<pid>/cmdline:
+./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
+Result of readlink("/proc/self/exe"): procfs-cmdline-exe
+Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe
+readlinkat: Function not implemented
+readlinkat: Function not implemented
+