Whamcloud - gitweb
b=14929 a small cleanup in test-framework.sh
authorAndrew Perepechko <Andrew.Perepechko@Sun.COM>
Tue, 22 Jun 2010 14:45:51 +0000 (18:45 +0400)
committerJohann Lombardi <johann@sun.com>
Tue, 22 Jun 2010 15:07:28 +0000 (17:07 +0200)
i=Elena Gryaznova

lustre/tests/test-framework.sh

index 9d38c6a..581cf98 100644 (file)
@@ -139,7 +139,6 @@ init_test_env() {
     fi
     export RSYNC_RSH=${RSYNC_RSH:-rsh}
     export LCTL=${LCTL:-"$LUSTRE/utils/lctl"}
-    export LFS=${LFS:-"$LUSTRE/utils/lfs"}
     [ ! -f "$LCTL" ] && export LCTL=$(which lctl)
     export LFS=${LFS:-"$LUSTRE/utils/lfs"}
     [ ! -f "$LFS" ] && export LFS=$(which lfs)