public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/426: Remove unused opt variable in create_test_files()
@ 2020-11-10  2:25 Xiao Yang
  2020-11-11  0:42 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Yang @ 2020-11-10  2:25 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 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.21.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-11  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10  2:25 [PATCH] generic/426: Remove unused opt variable in create_test_files() Xiao Yang
2020-11-11  0:42 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox