Skip to content

Commit deffa76

Browse files
PLangowskiKamilxPaszkiet
authored andcommitted
test-case: latency-metrics.sh: Change True to lowercase
This fixes the wrong syntax of the bash built-in `true`. Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent d4ea109 commit deffa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-case/latency-metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ report_end()
260260

261261
main()
262262
{
263-
pkill jackd || True
263+
pkill jackd || true
264264
check_latency_options
265265

266266
setup_kernel_check_point

0 commit comments

Comments
 (0)