summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 358d1364b..9c932ee9e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -626,4 +626,7 @@ m=gnulib-tests/gnulib.mk
sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
+# Make tests executable.
+chmod a+x gnulib-tests/test-*.sh
+
echo "$0: done. Now you can run './configure'."