From b7bdeb538cb976ae3a4f0698eccc8fe7a76eb39c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Mar 2019 17:32:34 -0500 Subject: [PATCH] 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. --- test/shell/{manpage-example.com.test => manpage-example-com.test} | 0 ...rlitzky.com-failure.test => manpage-orlitzky-com-failure.test} | 0 ...rlitzky.com-success.test => manpage-orlitzky-com-success.test} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/shell/{manpage-example.com.test => manpage-example-com.test} (100%) rename test/shell/{manpage-orlitzky.com-failure.test => manpage-orlitzky-com-failure.test} (100%) rename test/shell/{manpage-orlitzky.com-success.test => manpage-orlitzky-com-success.test} (100%) 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 -- 2.43.2