From bd3353b0d4d966c2da33d8f5147927092c650c2e Mon Sep 17 00:00:00 2001 From: Xiao Yang Date: Tue, 10 Nov 2020 10:25:26 +0800 Subject: [PATCH] generic/426: Remove unused opt variable in create_test_files() Signed-off-by: Xiao Yang Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- tests/generic/426 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/generic/426 b/tests/generic/426 index e34d0aca..0bb75f81 100755 --- a/tests/generic/426 +++ b/tests/generic/426 @@ -43,7 +43,6 @@ mkdir -p $testdir create_test_files() { local dir=$1 - local opt=$2 mkdir -p $dir rm -f $dir/* -- 2.30.2