summaryrefslogtreecommitdiff
path: root/tests/common.local
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.local')
-rw-r--r--tests/common.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.local b/tests/common.local
index 9f567c27..4f56bb08 100644
--- a/tests/common.local
+++ b/tests/common.local
@@ -17,7 +17,7 @@ TEST_ARGS_CHECK=--mode=lowmem
# break tests
_skip_spec()
{
- if echo "$TEST_CHECK" | grep -q 'mode=lowmem' &&
+ if echo "$TEST_ARGS_CHECK" | grep -q 'mode=lowmem' &&
echo "$@" | grep -q -- '--repair'; then
return 0
fi