diff options
Diffstat (limited to 'tests/pr307.test')
-rwxr-xr-x | tests/pr307.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pr307.test b/tests/pr307.test index 3db9f854c..ea2515171 100755 --- a/tests/pr307.test +++ b/tests/pr307.test @@ -57,9 +57,9 @@ END : >foo.h for i in a b c d e f g h; do - cat >$i.c <<EOF -#include "foo.h" -int $i() { return 0; } + unindent >$i.c <<EOF + #include "foo.h" + int $i () { return 0; } EOF done |