m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/tests/options.at,v


From: Eric Blake
Subject: Changes to m4/tests/options.at,v
Date: Thu, 19 Oct 2006 23:13:47 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/19 23:13:45

Index: tests/options.at
===================================================================
RCS file: /sources/m4/m4/tests/options.at,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- tests/options.at    13 Oct 2006 16:46:47 -0000      1.21
+++ tests/options.at    19 Oct 2006 23:13:45 -0000      1.22
@@ -566,16 +566,16 @@
 m4trace: -1- foo -> `2'
 ]])
 
-dnl make sure builtin cannot bypass --safer, and that maketemp does not
+dnl make sure builtin cannot bypass --safer, and that mkstemp does not
 dnl create file
-AT_DATA([[in]], [[builtin(`maketemp', `./fooXXXXXX')
+AT_DATA([[in]], [[builtin(`mkstemp', `./fooXXXXXX')
 ]])
 
 AT_CHECK([echo foo*], [0], [foo*
 ])
 
 AT_CHECK_M4([--safer in], [1], [[
-]], [[m4:in:1: maketemp: disabled by --safer
+]], [[m4:in:1: mkstemp: disabled by --safer
 ]])
 
 AT_CHECK([echo foo*], [0], [foo*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]