From: lsy Date: Wed, 22 Sep 2004 02:52:22 +0000 (+0000) Subject: b=4582/4686 X-Git-Tag: v1_7_100~1^391~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b57639363533cac444bacf9c491c61fd896ad9df;p=fs%2Flustre-release.git b=4582/4686 r=adilger typo. --- diff --git a/lustre/liblustre/tests/sanity.c b/lustre/liblustre/tests/sanity.c index 7178fbb..114b20d 100644 --- a/lustre/liblustre/tests/sanity.c +++ b/lustre/liblustre/tests/sanity.c @@ -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);