summaryrefslogtreecommitdiff
path: root/tests/pr307.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pr307.test')
-rwxr-xr-xtests/pr307.test6
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