Hi Collin, > $ gnulib-tool --tests-base testsuite --copy-file tests/init.sh
Ah, that's what you meant. Indeed, that should work. > Though this would work too and is probably more clear: > > $ gnulib-tool --copy-file tests/init.sh testsuite/init.sh Yes, this is clearer, because the `gnulib-tool --help` output already mentions this syntax. Bruno