From 9e602b24fb33621a01a07eb77c117647d43e224b Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Sat, 24 Dec 2011 21:07:30 -0500 Subject: [PATCH] rename git-p4 tests Use consistent naming for all tests: "t98-git-p4-.sh" Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- t/{t9800-git-p4.sh => t9800-git-p4-basic.sh} | 0 ...803-git-shell-metachars.sh => t9803-git-p4-shell-metachars.sh} | 0 t/{t9805-skip-submit-edit.sh => t9805-git-p4-skip-submit-edit.sh} | 0 t/{t9807-submit.sh => t9807-git-p4-submit.sh} | 0 t/{t9808-chdir.sh => t9808-git-p4-chdir.sh} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename t/{t9800-git-p4.sh => t9800-git-p4-basic.sh} (100%) rename t/{t9803-git-shell-metachars.sh => t9803-git-p4-shell-metachars.sh} (100%) rename t/{t9805-skip-submit-edit.sh => t9805-git-p4-skip-submit-edit.sh} (100%) rename t/{t9807-submit.sh => t9807-git-p4-submit.sh} (100%) rename t/{t9808-chdir.sh => t9808-git-p4-chdir.sh} (100%) diff --git a/t/t9800-git-p4.sh b/t/t9800-git-p4-basic.sh similarity index 100% rename from t/t9800-git-p4.sh rename to t/t9800-git-p4-basic.sh diff --git a/t/t9803-git-shell-metachars.sh b/t/t9803-git-p4-shell-metachars.sh similarity index 100% rename from t/t9803-git-shell-metachars.sh rename to t/t9803-git-p4-shell-metachars.sh diff --git a/t/t9805-skip-submit-edit.sh b/t/t9805-git-p4-skip-submit-edit.sh similarity index 100% rename from t/t9805-skip-submit-edit.sh rename to t/t9805-git-p4-skip-submit-edit.sh diff --git a/t/t9807-submit.sh b/t/t9807-git-p4-submit.sh similarity index 100% rename from t/t9807-submit.sh rename to t/t9807-git-p4-submit.sh diff --git a/t/t9808-chdir.sh b/t/t9808-git-p4-chdir.sh similarity index 100% rename from t/t9808-chdir.sh rename to t/t9808-git-p4-chdir.sh -- 2.30.2