examples/notify_store_retrieve: Add a clean shutdown
authorBernd Schubert <bschubert@ddn.com>
Tue, 26 Dec 2023 10:53:55 +0000 (11:53 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 28 Dec 2023 09:18:12 +0000 (09:18 +0000)
commit3c7ba57050ae84679a81dde6bbce876826c25420
tree2b1b092b9da0a65323b477b27a4b6018052a44d0
parentbd8985945b5a1c35b7baa71571b1b61807ad7514
examples/notify_store_retrieve: Add a clean shutdown

On shutdown update_fs_loop() was failing frequently in github
test with ENOENT, but only ENODEV was tested for and only for the.
With clean shutdown there is no need to test for such errors at all.
example/notify_store_retrieve.c