c8189c00cb
Fix regression tests and a use after realloc. ok jasper@
18 lines
523 B
Plaintext
18 lines
523 B
Plaintext
$OpenBSD: patch-autoopts_test_enums_test,v 1.1 2006/12/09 18:28:53 kili Exp $
|
|
|
|
# There are some strange shells in the wild, but not on OpenBSD.
|
|
# Removing the tab from the closing line isn't an option since this
|
|
# would be unethical.
|
|
|
|
--- autoopts/test/enums.test.orig Sat Sep 23 03:45:13 2006
|
|
+++ autoopts/test/enums.test Fri Nov 17 20:04:44 2006
|
|
@@ -190,7 +190,7 @@ cat > ${testname}.tpl <<- \__EOF
|
|
}
|
|
__EOF
|
|
|
|
-cat >> ${testname}.tpl <<__EOF
|
|
+cat >> ${testname}.tpl <<- __EOF
|
|
int
|
|
main( int argc, char** argv )
|
|
{
|