Whamcloud - gitweb
Merge b_md to HEAD for 0.5.19 release.
[fs/lustre-release.git] / lustre / tests / llmount.sh
index eb4618b..efc7c0c 100755 (executable)
@@ -7,8 +7,6 @@ NAME=${NAME:-local}
 config=$NAME.xml
 mkconfig=./$NAME.sh
 
-if [ ! -f $config -o $mkconfig -nt $config ]; then
-   sh $mkconfig $config || exit 1
-fi
+sh $mkconfig $config || exit 1
 
 ${LCONF} --reformat --gdb $config || exit 2