summaryrefslogtreecommitdiffstats
path: root/tests/basic/rpc-coverage.sh
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-05-31 08:53:58 +0530
committerAmar Tumballi <amarts@redhat.com>2019-05-31 08:56:01 +0530
commit4b8244df9d0851ae82cfef5cce359233af7812c8 (patch)
tree8f7ae2e6c2f092a006f9949108149d1359a94a5d /tests/basic/rpc-coverage.sh
parent5866f5e9b09bc10dfb1631b5636c5b7870fc61ff (diff)
lcov: more coverage to shard, old-protocol, sdfs
updates: bz#1693692 Change-Id: If4c30572d4501d169bb4b0871c677d974515867c Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/basic/rpc-coverage.sh')
-rwxr-xr-xtests/basic/rpc-coverage.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/rpc-coverage.sh b/tests/basic/rpc-coverage.sh
index ad145559c41..6203f0ac7cb 100755
--- a/tests/basic/rpc-coverage.sh
+++ b/tests/basic/rpc-coverage.sh
@@ -442,15 +442,15 @@ function run_tests()
test_rename;
test_chmod;
test_chown;
- test_utimes;
- if [ "$run_lock_tests" = "1" ]; then
- test_locks;
- fi
test_readdir;
test_setxattr;
test_listxattr;
test_getxattr;
test_removexattr;
+ if [ "$run_lock_tests" = "1" ]; then
+ test_locks;
+ fi
+ test_utimes;
test_unlink;
test_rmdir;
}