summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/time_shift_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/time_shift_test.sh')
-rwxr-xr-xsrc/third_party/wiredtiger/test/csuite/time_shift_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/time_shift_test.sh b/src/third_party/wiredtiger/test/csuite/time_shift_test.sh
index 247a411e995..6d92afe426a 100755
--- a/src/third_party/wiredtiger/test/csuite/time_shift_test.sh
+++ b/src/third_party/wiredtiger/test/csuite/time_shift_test.sh
@@ -43,7 +43,7 @@ then
fi
# Locate Wiredtiger home directory.
-RW_LOCK_FILE=$(git rev-parse --show-toplevel)/build_posix/test/csuite/test_rwlock
+: ${RW_LOCK_FILE:=$(git rev-parse --show-toplevel)/build_posix/test/csuite/test_rwlock}
SEC1=`date +%s`
if [ "$RUN_OS" = "Darwin" ]