Signed-off-by: Brandon Casey <drafnel@xxxxxxxxx> --- t/t3903-stash.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh index 50a2c83..2418f47 100755 --- a/t/t3903-stash.sh +++ b/t/t3903-stash.sh @@ -41,7 +41,7 @@ test_expect_success 'apply needs clean working directory' ' echo 4 > other-file && git add other-file && echo 5 > other-file && - ! git stash apply + test_must_fail git stash apply ' test_expect_success 'apply stashed changes' ' -- 1.5.4.3.412.gcd100 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html