summaryrefslogtreecommitdiff
path: root/test/setup
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup')
-rw-r--r--test/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setup b/test/setup
index e2cff79..e86739b 100644
--- a/test/setup
+++ b/test/setup
@@ -14,6 +14,7 @@ for repo in ra rb rc; (
mkdir -p man/2
echo "=head1 WASTED SPACE\n\nhuhu" > man/2/$repo
chmod 755 bin/$repo
+ echo 'touch ~/prereq_ok_'$repo > prereqs
git add .
git commit -m 'initial commit'
cd ..