pkgsrc-Changes archive

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

CVS commit: pkgsrc/regress/infra-unittests



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jun 20 16:26:11 UTC 2020

Modified Files:
        pkgsrc/regress/infra-unittests: subst.sh

Log Message:
regress/infra-unittests: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/regress/infra-unittests/subst.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/regress/infra-unittests/subst.sh
diff -u pkgsrc/regress/infra-unittests/subst.sh:1.49 pkgsrc/regress/infra-unittests/subst.sh:1.50
--- pkgsrc/regress/infra-unittests/subst.sh:1.49        Thu Jun 11 20:10:53 2020
+++ pkgsrc/regress/infra-unittests/subst.sh     Sat Jun 20 16:26:11 2020
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $NetBSD: subst.sh,v 1.49 2020/06/11 20:10:53 rillig Exp $
+# $NetBSD: subst.sh,v 1.50 2020/06/20 16:26:11 rillig Exp $
 #
 # Tests for mk/subst.mk.
 #
@@ -1683,7 +1683,7 @@ if test_case_begin 'multiple sed command
 fi
 
 
-if test_case_begin 'several substitution, only one applies to file'; then
+if test_case_begin 'several substitutions, only one applies to file'; then
 
        # https://mail-index.netbsd.org/pkgsrc-changes/2020/06/06/msg215480.html
 



Home | Main Index | Thread Index | Old Index