summaryrefslogtreecommitdiffstats
path: root/test/LIBPATH.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-14 16:23:52 (GMT)
committerSteven Knight <knight@baldmt.com>2005-10-14 16:23:52 (GMT)
commitc3d5ef3df00ebfb6c6cd33b4c906222517b2fdc1 (patch)
tree3a6877e15644a6da25570af9ee7aade000983ad4 /test/LIBPATH.py
parent23cba392cd6b316d2e641948954b4e2f001de73b (diff)
downloadSCons-c3d5ef3df00ebfb6c6cd33b4c906222517b2fdc1.zip
SCons-c3d5ef3df00ebfb6c6cd33b4c906222517b2fdc1.tar.gz
SCons-c3d5ef3df00ebfb6c6cd33b4c906222517b2fdc1.tar.bz2
Get rid of indentation tabs in the test scripts and have runtest.py invoke them with the python -tt option to keep them out.
Diffstat (limited to 'test/LIBPATH.py')
-rw-r--r--test/LIBPATH.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/LIBPATH.py b/test/LIBPATH.py
index 86e292a..c54d2ac 100644
--- a/test/LIBPATH.py
+++ b/test/LIBPATH.py
@@ -60,7 +60,7 @@ test.write('f1.c', r"""
void
f1(void)
{
- printf("f1.c\n");
+ printf("f1.c\n");
}
""")
@@ -79,9 +79,9 @@ void f1(void);
int
main(int argc, char *argv[])
{
- argv[argc++] = "--";
- f1();
- printf("prog.c\n");
+ argv[argc++] = "--";
+ f1();
+ printf("prog.c\n");
return 0;
}
""")
@@ -105,7 +105,7 @@ test.write('f1.c', r"""
void
f1(void)
{
- printf("f1.c 1\n");
+ printf("f1.c 1\n");
}
""")
@@ -138,7 +138,7 @@ test.write('f1.c', r"""
void
f1(void)
{
- printf("f1.c 2\n");
+ printf("f1.c 2\n");
}
""")