From 38d58591fc0607bfd262fc8d363e52047fcf0e9c Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Wed, 29 May 2013 08:12:44 -0500 Subject: [PATCH] xfstests: fix typo in check There is no $testname, should be $test_name Signed-off-by: Eryu Guan Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index a79747eca..8d324860f 100755 --- a/check +++ b/check @@ -242,7 +242,7 @@ if $have_test_arg; then test_name=`basename $1` group_file=$SRC_DIR/$test_dir/group - if grep "^$testname" $group_file >/dev/null ; then + if grep "^$test_name" $group_file >/dev/null ; then # in group file ... OK echo $SRC_DIR/$1 >>$tmp.list else -- 2.51.0