Whamcloud - gitweb
b=4582/4686
authorlsy <lsy>
Wed, 22 Sep 2004 02:52:22 +0000 (02:52 +0000)
committerlsy <lsy>
Wed, 22 Sep 2004 02:52:22 +0000 (02:52 +0000)
r=adilger

typo.

lustre/liblustre/tests/sanity.c

index 7178fbb..114b20d 100644 (file)
@@ -201,8 +201,8 @@ void t10()
         snprintf(path1, MAX_PATH_LENGTH, "%s/test_t10_reg1", lustre_path);
         snprintf(path2, MAX_PATH_LENGTH, "%s/test_t10_reg2", lustre_path);
         snprintf(rename1, MAX_PATH_LENGTH, "%s/test_t10_dir1/rename1", lustre_path);
-        snprintf(rename2, MAX_PATH_LENGTH, "%s/test_t10_dir1/rename2", lustre_path);
-        snprintf(rename3, MAX_PATH_LENGTH, "%s/test_t10_dir1/rename3", lustre_path);
+        snprintf(rename2, MAX_PATH_LENGTH, "%s/test_t10_dir2/rename2", lustre_path);
+        snprintf(rename3, MAX_PATH_LENGTH, "%s/test_t10_dir2/rename3", lustre_path);
 
         t_mkdir(dir1);
         t_mkdir(dir2);