Subject: | Tests fail when NetBeans has its filthy claws in your company |
Environments that use NetBeans (like ours did before we fired him) are
candidates for having 'dist' in the global gitignore file, meaning that
t/repo-dir.t fails with the message:
The following paths are ignored by one of your .gitignore files:
dist
Use -f if you really want to add them.
fatal: no files added
Adding -f should probably avoid this problem but I'm not sure whether
that's a good idea since it changes what's being tested.
Meanwhile I'm going to remove netbeans stuff from our global gitignore :)