summaryrefslogtreecommitdiff
path: root/tests/posixsubst-sources.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posixsubst-sources.test')
-rwxr-xr-xtests/posixsubst-sources.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/posixsubst-sources.test b/tests/posixsubst-sources.test
index 4c7b7408c..ccd61b9b4 100755
--- a/tests/posixsubst-sources.test
+++ b/tests/posixsubst-sources.test
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Test that POSIX variable expansion `$(var:str=rpl)' works when used
+# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the SOURCES primary.
required=cc
@@ -32,7 +32,7 @@ FOO = foo.cxx
BAR = bar__
BAZ = baz.
-# Also try an empty match suffix, to ensure that the `:=' in there is
+# Also try an empty match suffix, to ensure that the ':=' in there is
# not confused by the parser with an unportable assignment operator.
foo_SOURCES = main.c $(FOO:.cxx=.c)
dist_foo_SOURCES = $(BAR:__=.c)