summaryrefslogtreecommitdiffstats
path: root/t/t3903-stash.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2008-06-14 09:25:56 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-14 20:39:16 +0200
commit3b2eb186bb738a374d9325b18710b19ec270e55f (patch)
tree0fa05f928794ba9e69958eaed65f9475c578a5c8 /t/t3903-stash.sh
parentgit-submodule - Fix errors regarding resolve_relative_url (diff)
downloadgit-3b2eb186bb738a374d9325b18710b19ec270e55f.tar.xz
git-3b2eb186bb738a374d9325b18710b19ec270e55f.zip
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>
Diffstat (limited to 't/t3903-stash.sh')
-rwxr-xr-xt/t3903-stash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh
index 2d3ee3b78c..54d99ed0c3 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 &&
- test_must_fail git stash apply
+ test_must_fail git stash apply
'
test_expect_success 'apply stashed changes' '