summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/features/glfs-lease.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/glfs-lease.c b/tests/features/glfs-lease.c
index f781f46c4ca..e82cd875b38 100644
--- a/tests/features/glfs-lease.c
+++ b/tests/features/glfs-lease.c
@@ -262,7 +262,7 @@ testcase1_rd_lease()
VERIFY_RESULT(6, ret, NONE);
ret = unlk_read_lease(fd1, lid1);
- VERIFY_RESULT(7, ret, SHUD_FAIL);
+ VERIFY_RESULT(7, ret, SHUD_PASS);
ret = glfs_close(fd1);
VERIFY_RESULT(8, ret, SHUD_PASS);
@@ -285,7 +285,7 @@ testcase2_wr_lease()
VERIFY_RESULT(1, ret, SHUD_FAIL);
ret = unlk_write_lease(fd1, lid1);
- VERIFY_RESULT(2, ret, SHUD_FAIL);
+ VERIFY_RESULT(2, ret, SHUD_PASS);
ret = set_write_lease(fd1, lid1);
VERIFY_RESULT(3, ret, SHUD_PASS);