| Index: native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| similarity index 98%
|
| rename from native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
|
| rename to native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| index ea89d42d68522ee8349ed999bcd74e9ff9957dd9..3f8c91803e4bf95a42a19287aa7922b063269cf1 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
|
| @@ -4,8 +4,8 @@
|
| */
|
|
|
| #include <fcntl.h>
|
| -#include "nacl_mounts/kernel_proxy.h"
|
| -#include "nacl_mounts/path.h"
|
| +#include "nacl_io/kernel_proxy.h"
|
| +#include "nacl_io/path.h"
|
|
|
| #include "gtest/gtest.h"
|
|
|
| @@ -229,7 +229,7 @@ TEST(PathTest, Invalid) {
|
| test = current;
|
| test.Append("../../../foo");
|
| EXPECT_EQ("../foo", test.Join());
|
| -
|
| +
|
| test = relative;
|
| test.Append("../..");
|
| EXPECT_EQ(".", test.Join());
|
|
|