diff options
Diffstat (limited to 'tests/basic/rpc-coverage.sh')
-rwxr-xr-x | tests/basic/rpc-coverage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/rpc-coverage.sh b/tests/basic/rpc-coverage.sh index b7aaef0bcb5..4b6759a59eb 100755 --- a/tests/basic/rpc-coverage.sh +++ b/tests/basic/rpc-coverage.sh @@ -437,7 +437,7 @@ function run_tests() test_chmod; test_chown; test_utimes; - if $run_lock_tests; then + if [ "$run_lock_tests" = "1" ]; then test_locks; fi test_readdir; |