pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/regress/infra-unittests regress: fix space-tab in the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c7d4ec0dc55
branches:  trunk
changeset: 458109:4c7d4ec0dc55
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 09 18:23:44 2021 +0000

description:
regress: fix space-tab in the indentation

diffstat:

 regress/infra-unittests/scripts-larger_symbol_version.sh |  4 ++--
 regress/infra-unittests/test.subr                        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 73959b97b26a -r 4c7d4ec0dc55 regress/infra-unittests/scripts-larger_symbol_version.sh
--- a/regress/infra-unittests/scripts-larger_symbol_version.sh  Thu Sep 09 13:29:37 2021 +0000
+++ b/regress/infra-unittests/scripts-larger_symbol_version.sh  Thu Sep 09 18:23:44 2021 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: scripts-larger_symbol_version.sh,v 1.1 2020/06/06 14:02:18 rillig Exp $
+# $NetBSD: scripts-larger_symbol_version.sh,v 1.2 2021/09/09 18:23:44 rillig Exp $
 #
 # Tests for mk/scripts/larger_symbol_version.awk.
 #
@@ -32,7 +32,7 @@
        EOF
 
        nm_cmd=$(mock_cmd mock-nm \
-               --when-args '-D /usr/lib/libgcc_s.so' \
+               --when-args '-D /usr/lib/libgcc_s.so' \
                --then-output "$(cat nm-output)"
        )
 }
diff -r 73959b97b26a -r 4c7d4ec0dc55 regress/infra-unittests/test.subr
--- a/regress/infra-unittests/test.subr Thu Sep 09 13:29:37 2021 +0000
+++ b/regress/infra-unittests/test.subr Thu Sep 09 18:23:44 2021 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: test.subr,v 1.17 2021/01/04 21:11:43 rillig Exp $
+# $NetBSD: test.subr,v 1.18 2021/09/09 18:23:44 rillig Exp $
 #
 # This file defines utilities for testing Makefile fragments and shell
 # programs from the pkgsrc infrastructure. While testing one part of the
@@ -15,7 +15,7 @@
 # These functions form the structure for a test. To define a test, use the
 # following pattern:
 #
-#      if test_case_begin 'description of the test'; then
+#      if test_case_begin 'description of the test'; then
 #              ...
 #              test_case_end
 #      fi



Home | Main Index | Thread Index | Old Index