From 70b4e3ee53373a02bcc9f6530a28537b6f2edeac Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 25 Feb 2019 19:07:32 +0000 Subject: Vendor import of compiler-rt release_80 branch r354799: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_80@354799 --- test/msan/Linux/name_to_handle_at.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/msan/Linux/name_to_handle_at.cc b/test/msan/Linux/name_to_handle_at.cc index 0ff8d982f4f7..a8bc75fa2ae5 100644 --- a/test/msan/Linux/name_to_handle_at.cc +++ b/test/msan/Linux/name_to_handle_at.cc @@ -14,7 +14,7 @@ int main(void) { handle->handle_bytes = MAX_HANDLE_SZ; int mount_id; - int res = name_to_handle_at(AT_FDCWD, "/bin/cat", handle, &mount_id, 0); + int res = name_to_handle_at(AT_FDCWD, "/dev/null", handle, &mount_id, 0); assert(!res); __msan_check_mem_is_initialized(&mount_id, sizeof(mount_id)); __msan_check_mem_is_initialized(&handle->handle_bytes, -- cgit v1.2.3