From 61159eeb808d6691ec7d9e7c4e84c2057c2d27f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 11 Apr 2019 13:54:57 -0400 Subject: [PATCH] Clean-up: remove commented code from test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/regression/tools/rotation/test_ust | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/regression/tools/rotation/test_ust b/tests/regression/tools/rotation/test_ust index a4988dada..62d4020b4 100755 --- a/tests/regression/tools/rotation/test_ust +++ b/tests/regression/tools/rotation/test_ust @@ -207,8 +207,6 @@ tests=( test_ust_streaming_uid test_ust_local_uid \ test_ust_local_timer_pid test_ust_streaming_timer_pid \ test_incompatible_sessions ) -#tests=( test_ust_local_timer_uid ) - for fct_test in ${tests[@]}; do SESSION_NAME=$(randstring 16 0) -- 2.34.1