/[autoconf]/autoconf/tests/m4sh.at
ViewVC logotype

Diff of /autoconf/tests/m4sh.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by akim, Mon Jan 28 10:46:00 2002 UTC revision 1.28 by eggert, Mon Mar 25 22:02:24 2002 UTC
# Line 72  AT_CHECK([mkdir test || exit 77]) Line 72  AT_CHECK([mkdir test || exit 77])
72  AT_DATA_LINENO([test/test-1.as], [false], [$@&t@LINENO], [LINENO])  AT_DATA_LINENO([test/test-1.as], [false], [$@&t@LINENO], [LINENO])
73  AT_CHECK([autom4te -l m4sh test/test-1.as -o test/test-1])  AT_CHECK([autom4te -l m4sh test/test-1.as -o test/test-1])
74  AT_CHECK([./test/test-1],                          0, [expout])  AT_CHECK([./test/test-1],                          0, [expout])
75  AT_CHECK([PATH=test$PATH_SEPARATOR$PATH test-1],   0, [expout])  AT_CHECK([(PATH=test$PATH_SEPARATOR$PATH; export PATH; exec test-1)],
76                                                       0, [expout])
77  AT_CHECK([sh ./test/test-1],                       0, [expout])  AT_CHECK([sh ./test/test-1],                       0, [expout])
78    
79  # Now using a disabled LINENO, with different call conventions.  # Now using a disabled LINENO, with different call conventions.
80  AT_DATA_LINENO([test/test-2.as], [true], [$@&t@LINENO], [LINENO])  AT_DATA_LINENO([test/test-2.as], [true], [$@&t@LINENO], [LINENO])
81  AT_CHECK([autom4te -l m4sh test/test-2.as -o test/test-2])  AT_CHECK([autom4te -l m4sh test/test-2.as -o test/test-2])
82  AT_CHECK([./test/test-2],                          0, [expout])  AT_CHECK([./test/test-2],                          0, [expout])
83  AT_CHECK([PATH=test$PATH_SEPARATOR$PATH test-2],   0, [expout])  AT_CHECK([(PATH=test$PATH_SEPARATOR$PATH; export PATH; exec test-2)],
84                                                       0, [expout])
85  AT_CHECK([sh ./test/test-2],                       0, [expout])  AT_CHECK([sh ./test/test-2],                       0, [expout])
86    
87  # Beware that *.lineno scripts can be *here* while the masters are in test/.  # Beware that *.lineno scripts can be *here* while the masters are in test/.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26