mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 01:30:12 +01: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
|
||||
TEST="$1";
|
||||
shift
|
||||
TEST="$1";
|
||||
else
|
||||
TEST_ARGV+=("$1")
|
||||
fi
|
||||
TEST_ARGV+=("$1")
|
||||
shift
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue