m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/tests/others.at,v


From: Eric Blake
Subject: Changes to m4/tests/others.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/others.at
===================================================================
RCS file: /sources/m4/m4/tests/others.at,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- tests/others.at     14 Oct 2006 16:34:55 -0000      1.25
+++ tests/others.at     19 Oct 2006 23:13:45 -0000      1.26
@@ -285,36 +285,6 @@
 AT_CLEANUP
 
 
-
-## -------- ##
-## maketemp ##
-## -------- ##
-
-AT_SETUP([maketemp])
-
-[cat >expout <<EOF
-different
-
-0
-EOF]
-
-AT_DATA([[misc.m4]],
-[[dnl This test assumes /tmp is a valid directory name, which is not true
-dnl for native Windows.
-ifdef(`__unix__', , `m4exit(`77')')dnl
-define(`file1', maketemp(`/tmp/m4-fooXXXXXX'))dnl
-define(`file2', maketemp(`/tmp/m4-fooXXXXXX'))dnl
-ifelse(file1, file2, `same', `different')
-syscmd(`rm 'file1 file2)
-sysval
-]])
-
-AT_CHECK_M4([misc.m4], 0, expout)
-
-AT_CLEANUP
-
-
-
 ## ------- ##
 ## reverse ##
 ## ------- ##




reply via email to

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