/* * Test regular printpath/umovestr. * * Copyright (c) 2017 Dmitry V. Levin * Copyright (c) 2017-2018 The strace developers. * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "tests.h" #include "test_ucopy.h" #include #include int main(void) { if (!test_process_vm_readv()) perror_msg_and_skip("process_vm_readv"); test_printpath(PATH_MAX); puts("+++ exited with 0 +++"); return 0; }