summaryrefslogtreecommitdiffstats
path: root/test/Repository/LIBPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository/LIBPATH.py')
-rw-r--r--test/Repository/LIBPATH.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Repository/LIBPATH.py b/test/Repository/LIBPATH.py
index 8f0a12f..c4470d2 100644
--- a/test/Repository/LIBPATH.py
+++ b/test/Repository/LIBPATH.py
@@ -65,9 +65,9 @@ test.write(['work', 'aaa.c'], r"""
int
main(int argc, char *argv[])
{
- argv[argc++] = "--";
- printf("work/aaa.c\n");
- exit (0);
+ argv[argc++] = "--";
+ printf("work/aaa.c\n");
+ exit (0);
}
""")
@@ -75,9 +75,9 @@ test.write(['work', 'bbb.c'], r"""
int
main(int argc, char *argv[])
{
- argv[argc++] = "--";
- printf("work/bbb.c\n");
- exit (0);
+ argv[argc++] = "--";
+ printf("work/bbb.c\n");
+ exit (0);
}
""")