Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c98757
)
Branch b_release_1_4_6
author
adilger
<adilger>
Wed, 14 Dec 2005 09:35:44 +0000
(09:35 +0000)
committer
adilger
<adilger>
Wed, 14 Dec 2005 09:35:44 +0000
(09:35 +0000)
Actually fix this problem
b=9692
lustre/liblustre/tests/sanity.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/tests/sanity.c
b/lustre/liblustre/tests/sanity.c
index
13be9d3
..
db51c14
100644
(file)
--- a/
lustre/liblustre/tests/sanity.c
+++ b/
lustre/liblustre/tests/sanity.c
@@
-366,7
+366,7
@@
int t14(char *name)
snprintf(dir, MAX_PATH_LENGTH, "%s/test_t14_dir/", lustre_path);
rc = mkdir(dir, 0755);
- if (rc < 0 && errno != E
NOEN
T) {
+ if (rc < 0 && errno != E
EXIS
T) {
printf("mkdir(%s) error: %s\n", dir, strerror(errno));
exit(1);
}