1
0
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:
Zdenek Kabelac 2017-06-29 10:14:59 +02:00
parent c396053955
commit 00957450eb

View File

@ -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