diff mbox series

generic/390: Fix test number in comment

Message ID 20240111152658.4318-1-agruenba@redhat.com (mailing list archive)
State New, archived
Headers show
Series generic/390: Fix test number in comment | expand

Commit Message

Andreas Gruenbacher Jan. 11, 2024, 3:26 p.m. UTC
Fix a comment in generic/390 to refer to the right test number.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 tests/generic/390 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Zorro Lang Jan. 11, 2024, 8:36 p.m. UTC | #1
On Thu, Jan 11, 2024 at 04:26:58PM +0100, Andreas Gruenbacher wrote:
> Fix a comment in generic/390 to refer to the right test number.
> 
> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
> ---

OK, thanks for fixing it ;)

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/generic/390 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/390 b/tests/generic/390
> index e8f6a5dc..9a5feeb1 100755
> --- a/tests/generic/390
> +++ b/tests/generic/390
> @@ -2,7 +2,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  # Copyright (c) 2016 Red Hat, Inc.  All Rights Reserved.
>  #
> -# FS QA Test 999
> +# FS QA Test 390
>  #
>  # Multi-threads freeze/unfreeze testing. This's a stress test case,
>  # it won't do functional check.
> -- 
> 2.43.0
> 
>
diff mbox series

Patch

diff --git a/tests/generic/390 b/tests/generic/390
index e8f6a5dc..9a5feeb1 100755
--- a/tests/generic/390
+++ b/tests/generic/390
@@ -2,7 +2,7 @@ 
 # SPDX-License-Identifier: GPL-2.0
 # Copyright (c) 2016 Red Hat, Inc.  All Rights Reserved.
 #
-# FS QA Test 999
+# FS QA Test 390
 #
 # Multi-threads freeze/unfreeze testing. This's a stress test case,
 # it won't do functional check.