mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02:00
tools: fix parameters to "tools/run-nm-test.sh" in mixed order
Fixes: 608b5f0515 ('tools: parse parameters to "tools/run-nm-test.sh" in mixed order')
This commit is contained in:
parent
ad0819081d
commit
462668b0c3
1 changed files with 3 additions and 3 deletions
|
|
@ -148,10 +148,10 @@ else
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -z "${TEST+x}"; then
|
if test -z "${TEST+x}"; then
|
||||||
TEST="$1";
|
TEST="$1";
|
||||||
shift
|
else
|
||||||
|
TEST_ARGV+=("$1")
|
||||||
fi
|
fi
|
||||||
TEST_ARGV+=("$1")
|
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue