aboutsummaryrefslogtreecommitdiff
path: root/t/t5702-clone-options.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-20 16:02:24 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-20 16:02:24 -0700
commit01c0615dceb433a5498c7160d67f77a6cc9197bb (patch)
tree422612ad3a7e7b0aea14905a815c5d60d5914351 /t/t5702-clone-options.sh
parent0846fe1a8357b0a99b9d547a4d97844048ae2101 (diff)
parentca8d148daf3014577222c2562ca2c8170a866aa4 (diff)
downloadgit-01c0615dceb433a5498c7160d67f77a6cc9197bb.tar.gz
git-01c0615dceb433a5498c7160d67f77a6cc9197bb.tar.xz
Merge branch 'fc/show-non-empty-errors-in-test'
* fc/show-non-empty-errors-in-test: test: test_must_be_empty helper
Diffstat (limited to 't/t5702-clone-options.sh')
-rwxr-xr-xt/t5702-clone-options.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5702-clone-options.sh b/t/t5702-clone-options.sh
index 02cb02472..85cadfad6 100755
--- a/t/t5702-clone-options.sh
+++ b/t/t5702-clone-options.sh
@@ -22,7 +22,7 @@ test_expect_success 'clone -o' '
test_expect_success 'redirected clone' '
git clone "file://$(pwd)/parent" clone-redirected >out 2>err &&
- test ! -s err
+ test_must_be_empty err
'
test_expect_success 'redirected clone -v' '