Re: [libvirt PATCH 6/7] ci: integration.sh: Replace 'test' with '[' operator

2023-01-23 Thread Martin Kletzander
On Fri, Jan 20, 2023 at 04:06:02PM +0100, Erik Skultety wrote: Since we now have a standalone script instead of inlined shell commands in a YAML, we can adopt the common syntax for if-then-else clauses which involve the '[' test command alias rather than keep using 'test' explicitly.

[libvirt PATCH 6/7] ci: integration.sh: Replace 'test' with '[' operator

2023-01-20 Thread Erik Skultety
Since we now have a standalone script instead of inlined shell commands in a YAML, we can adopt the common syntax for if-then-else clauses which involve the '[' test command alias rather than keep using 'test' explicitly. Signed-off-by: Erik Skultety --- ci/integration.sh | 2 +- 1 file