* 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 <stefano.lattar...@gmail.com> --- 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 679fe5d..a610169 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 -- 1.8.2.1.610.g562af5b