summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/persistence_pfs_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/persistence_pfs_test.c b/test/persistence_pfs_test.c
index dee4d9c..68f1f6a 100644
--- a/test/persistence_pfs_test.c
+++ b/test/persistence_pfs_test.c
@@ -534,7 +534,9 @@ void write_data_key_value(int numLoops, int counter)
{
// unlock mutex
printf("Now POWER OFF => k: %d \n", k);
+#if 0
pcl_test_send_shutdown_command();
+#endif
break;
}
ret = pclKeyWriteData(PCL_LDBID_LOCAL, gDefaultKeyValueResName[i], 1, 1, (unsigned char*)buffer, strlen(buffer));