summaryrefslogtreecommitdiff
path: root/tests/programs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/programs.py')
-rw-r--r--tests/programs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/programs.py b/tests/programs.py
index c6f05ee..613438a 100644
--- a/tests/programs.py
+++ b/tests/programs.py
@@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
return 2;
}
- file = fopen(argv[0], "w");
+ file = fopen(argv[1], "w");
if (file == NULL) {
printf("Couldn't open %s for writing.", argv[1]);