]> git.saurik.com Git - bison.git/blobdiff - tests/output.at
portability: fix several issues with M4 subprocess.
[bison.git] / tests / output.at
index 94c618d86603e49357685235e95e3d993a5822e3..bb6d4491153ea5d4a6dde8ae2a90f61374b120eb 100644 (file)
@@ -145,7 +145,9 @@ AT_DATA([$1],
 foo: {};
 ]])
 
+[cp ]$1[ expout]
 AT_BISON_CHECK([$3 $1], $5, [], [$4])
+AT_CHECK([[cat $1]], [[0]], [expout])
 AT_CLEANUP
 ])
 
@@ -165,7 +167,7 @@ AT_CHECK_CONFLICTING_OUTPUT([foo.y],
 ])
 
 AT_CHECK_CONFLICTING_OUTPUT([foo.y], [], [-o foo.y],
-[foo.y: fatal error: refusing to overwrite the input file `foo.y'
+[foo.y: refusing to overwrite the input file `foo.y'
 ], 1)