From: Michael Orlitzky Date: Sat, 2 Mar 2019 22:32:34 +0000 (-0500) Subject: Rename shelltest files because Cabal doesn't know how globs work. X-Git-Tag: 0.5.1~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=b7bdeb538cb976ae3a4f0698eccc8fe7a76eb39c;hp=99d975fadeb1b9485180d6c7cd45ec2c7dcfcdc4 Rename shelltest files because Cabal doesn't know how globs work. While trying to add my shelltest files to the release tarball, I am informed that the glob syntax within my cabal file is not the same fifty-year-old glob syntax that everyone else uses. This commit renames the test files to not contain more than one period, in order to make Cabal's globbing match them. You are all assholes. A heartfelt fuck-you for making me do this. --- diff --git a/test/shell/manpage-example.com.test b/test/shell/manpage-example-com.test similarity index 100% rename from test/shell/manpage-example.com.test rename to test/shell/manpage-example-com.test diff --git a/test/shell/manpage-orlitzky.com-failure.test b/test/shell/manpage-orlitzky-com-failure.test similarity index 100% rename from test/shell/manpage-orlitzky.com-failure.test rename to test/shell/manpage-orlitzky-com-failure.test diff --git a/test/shell/manpage-orlitzky.com-success.test b/test/shell/manpage-orlitzky-com-success.test similarity index 100% rename from test/shell/manpage-orlitzky.com-success.test rename to test/shell/manpage-orlitzky-com-success.test