From: Stefano Lattarini Date: Thu, 25 Apr 2013 20:02:14 +0000 (+0200) Subject: tests: rename some with more descriptive names X-Git-Tag: v1.13b~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5816114582e329cfaf6df84ebfd6ddba190e34;p=thirdparty%2Fautomake.git tests: rename some with more descriptive names * t/tar3.sh: Rename ... * t/tar-opts-errors.sh: ... like this. * t/tar2.sh: Rename... * t/tar-pax.sh: ... like this. * t/tar.sh: Rename ... * t/tar-ustar.sh: ... like this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 679fe5d40..a610169b5 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -1156,9 +1156,9 @@ t/tags.sh \ t/tags2.sh \ t/tagsub.sh \ t/tags-pr12372.sh \ -t/tar.sh \ -t/tar2.sh \ -t/tar3.sh \ +t/tar-ustar.sh \ +t/tar-pax.sh \ +t/tar-opts-errors.sh \ t/tar-override.sh \ t/target-cflags.sh \ t/targetclash.sh \ diff --git a/t/tar3.sh b/t/tar-opts-errors.sh similarity index 100% rename from t/tar3.sh rename to t/tar-opts-errors.sh diff --git a/t/tar2.sh b/t/tar-pax.sh similarity index 100% rename from t/tar2.sh rename to t/tar-pax.sh diff --git a/t/tar.sh b/t/tar-ustar.sh similarity index 100% rename from t/tar.sh rename to t/tar-ustar.sh