summaryrefslogtreecommitdiff
path: root/gen-testsuite-part
diff options
context:
space:
mode:
Diffstat (limited to 'gen-testsuite-part')
-rwxr-xr-xgen-testsuite-part4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-testsuite-part b/gen-testsuite-part
index 93d63aaf2..4584d2b8e 100755
--- a/gen-testsuite-part
+++ b/gen-testsuite-part
@@ -313,7 +313,7 @@ while (my ($wrapped_test, $setup_list) = each %wrapper_setups)
atomic_write $wrapper_test,
sub { write_wrapper_script $_[0], $wrapped_test,
$setup },
- 0555;
+ 0444;
# The generated test works by sourcing the original test, so that
# it has to be re-run every time that changes ...
print "$wbase.log: $wrapped_test\n";
@@ -391,7 +391,7 @@ foreach my $lt (TRUE, FALSE)
exit \$?
EOF
},
- 0555);
+ 0444);
}
}