mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: utils.sh no mixed string array
Argument mixes string and array. Use * or separate argument.
This commit is contained in:
parent
c396053955
commit
00957450eb
@ -223,7 +223,7 @@ skip() {
|
||||
if test "$#" -eq 0; then
|
||||
stacktrace
|
||||
else
|
||||
echo "TEST SKIPPED: $@"
|
||||
echo "TEST SKIPPED:" "$@"
|
||||
fi
|
||||
touch SKIP_THIS_TEST
|
||||
exit 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user