Skip to content
Snippets Groups Projects
Commit 1e4133bb authored by Nathan Rutman's avatar Nathan Rutman
Browse files

typo

parent 98fba37d
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ init_test_env() { ...@@ -42,7 +42,7 @@ init_test_env() {
export LCTL=${LCTL:-"$LUSTRE/utils/lctl"} export LCTL=${LCTL:-"$LUSTRE/utils/lctl"}
export MKFS=${MKFS:-"$LUSTRE/utils/mkfs.lustre"} export MKFS=${MKFS:-"$LUSTRE/utils/mkfs.lustre"}
export TUNEFS=${TUNEFS:-"$LUSTRE/utils/tunefs.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 CHECKSTAT="${CHECKSTAT:-checkstat} "
export FSYTPE=${FSTYPE:-"ext3"} export FSYTPE=${FSTYPE:-"ext3"}
export NAME=${NAME:-local} export NAME=${NAME:-local}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment