summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index 5fcb6f6..fb9ee38 100644
--- a/tests/lib
+++ b/tests/lib
@@ -350,7 +350,7 @@ t-git-dir-check () {
}
t-git-fsck () {
- git fsck --no-dangling --strict || ${expect_fsck_fail-false}
+ git fsck --no-dangling --strict || ${expect_fsck_fail:+true} false
}
t-fscks () {