From ad5816114582e329cfaf6df84ebfd6ddba190e34 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 25 Apr 2013 22:02:14 +0200 Subject: [PATCH] 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 --- t/list-of-tests.mk | 6 +++--- t/{tar3.sh => tar-opts-errors.sh} | 0 t/{tar2.sh => tar-pax.sh} | 0 t/{tar.sh => tar-ustar.sh} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename t/{tar3.sh => tar-opts-errors.sh} (100%) rename t/{tar2.sh => tar-pax.sh} (100%) rename t/{tar.sh => tar-ustar.sh} (100%) 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 -- 2.47.2