From 470b11e805beafdbc138c3fbf0f4c83fbed0a84f Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Thu, 16 Apr 2015 09:02:29 +0200 Subject: [PATCH] t3904-stash-patch: fix test description The old description is rather clearly a wrong cut-and-paste from t2016-checkout-patch.sh. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- t/t3904-stash-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3904-stash-patch.sh b/t/t3904-stash-patch.sh index 70655c1848..9a596831d6 100755 --- a/t/t3904-stash-patch.sh +++ b/t/t3904-stash-patch.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='git checkout --patch' +test_description='stash -p' . ./lib-patch-mode.sh test_expect_success PERL 'setup' ' -- 2.11.4.GIT