diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2015-04-16 09:02:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-16 14:14:11 -0700 |
commit | 470b11e805beafdbc138c3fbf0f4c83fbed0a84f (patch) | |
tree | 5ed8d5ced8e3a98bb3e06f65390936db693cc6af /t/t3904-stash-patch.sh | |
parent | 1bf01040f0c1101f410f9caa5e715460cdd0cbe0 (diff) | |
download | git-470b11e805beafdbc138c3fbf0f4c83fbed0a84f.tar.gz |
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 <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3904-stash-patch.sh')
-rwxr-xr-x | t/t3904-stash-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' ' |