From e8122ecb5d726e8b805a7854f844d9a4222f1564 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 23 Sep 2013 11:24:51 -0400 Subject: [PATCH] Rename dash-w to print-directory. Avoid conflicts with dash-W on case-insensitive filesystems. --- tests/ChangeLog | 6 ++++++ tests/scripts/options/{dash-w => print-directory} | 0 2 files changed, 6 insertions(+) rename tests/scripts/options/{dash-w => print-directory} (100%) diff --git a/tests/ChangeLog b/tests/ChangeLog index eaeb7c0e..9e2deb37 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2013-09-23 Paul Smith + + * scripts/options/print-directory: Rename dash-w to + print-directory to avoid conflicts with dash-W on case-insensitive + filesystems. + 2013-09-22 Paul Smith * scripts/features/se_implicit: Verify that order-only tokens diff --git a/tests/scripts/options/dash-w b/tests/scripts/options/print-directory similarity index 100% rename from tests/scripts/options/dash-w rename to tests/scripts/options/print-directory