Searched refs:test_realpath (Results 1 – 1 of 1) sorted by relevance
49 test_realpath(char *input, char *output) in test_realpath() function57 test_realpath("/private/etc/hosts", "/private/etc/hosts");58 test_realpath("/etc/hosts", "/private/etc/hosts");61 test_realpath("/.nofollow/etc/hosts", NULL);62 test_realpath("/.nofollow/private/etc/hosts", "/.nofollow/private/etc/hosts");65 test_realpath("/.resolve/1/etc/hosts", NULL);66 test_realpath("/.resolve/1/private/etc/hosts", "/.resolve/1/private/etc/hosts");