fix whitespace violations in test scripts
These violations are simply wrong, but were never caught because whitespace policy checking is turned off in the test scripts. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
8e7e6f39b6
commit
3b2eb186bb
@ -41,7 +41,7 @@ test_expect_success 'apply needs clean working directory' '
|
|||||||
echo 4 > other-file &&
|
echo 4 > other-file &&
|
||||||
git add other-file &&
|
git add other-file &&
|
||||||
echo 5 > other-file &&
|
echo 5 > other-file &&
|
||||||
test_must_fail git stash apply
|
test_must_fail git stash apply
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'apply stashed changes' '
|
test_expect_success 'apply stashed changes' '
|
||||||
|
Reference in New Issue
Block a user