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:
fbb4838
)
b=18972
author
anserper
<anserper>
Tue, 31 Mar 2009 20:58:50 +0000
(20:58 +0000)
committer
anserper
<anserper>
Tue, 31 Mar 2009 20:58:50 +0000
(20:58 +0000)
i=Elena
fix a typo in test 24i of sanity.sh
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
64aae1a
..
4ebf462
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-610,7
+610,7
@@
test_24i() {
mrename $DIR/R9/f $DIR/R9/a
$CHECKSTAT -t file $DIR/R9/f || error
$CHECKSTAT -t dir $DIR/R9/a || error
- $CHECKSTAT -a
file
$DIR/R9/a/f || error
+ $CHECKSTAT -a $DIR/R9/a/f || error
}
run_test 24i "rename file to dir error: touch f ; mkdir a ; rename f a"