Whamcloud - gitweb
typo
authornathan <nathan>
Thu, 22 Feb 2007 16:04:26 +0000 (16:04 +0000)
committernathan <nathan>
Thu, 22 Feb 2007 16:04:26 +0000 (16:04 +0000)
lustre/tests/test-framework.sh

index 557f2c2..2c9df59 100644 (file)
@@ -42,7 +42,7 @@ init_test_env() {
     export LCTL=${LCTL:-"$LUSTRE/utils/lctl"}
     export MKFS=${MKFS:-"$LUSTRE/utils/mkfs.lustre"}
     export TUNEFS=${TUNEFS:-"$LUSTRE/utils/tunefs.lustre"}
-    [ ! -f "$TUNEFS" ] && export TUNEFS=$((which tunefs.lustre)
+    [ ! -f "$TUNEFS" ] && export TUNEFS=$(which tunefs.lustre
     export CHECKSTAT="${CHECKSTAT:-checkstat} "
     export FSYTPE=${FSTYPE:-"ext3"}
     export NAME=${NAME:-local}