]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (lsfd) delete an unused variable
authorMasatake YAMATO <yamato@redhat.com>
Sat, 18 Feb 2023 15:40:19 +0000 (00:40 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 26 Feb 2023 08:25:53 +0000 (17:25 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/ts/lsfd/mkfds-udp

index 7c97ab42b8440644420afaf0f2a4894fbed238e5..cbf8fa65c5bd319ca22035c97c8a633ebbaca903 100755 (executable)
@@ -29,7 +29,6 @@ ts_cd "$TS_OUTDIR"
 PID=
 FDS=3
 FDC=4
-EXTRA_PARAMS=
 EXPR='(TYPE == "UDP") and (FD >= 3) and (FD <= 4)'
 EXPR_server='(TYPE == "UDP") and (FD == 3)'
 EXPR_client='(TYPE == "UDP") and (FD == 4)'