tests: remove static data from ivi-shell-app-test
authorPekka Paalanen <pekka.paalanen@collabora.com>
Tue, 5 Nov 2019 14:47:10 +0000 (16:47 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 21 Nov 2019 16:24:01 +0000 (16:24 +0000)
commit9551dd782789d2c582300d4dda226eb1caca05e0
tree7a1c4cbdede31d7b3749f51d905edae6d7cc4ed0
parentd19c55c75e1c77324da100b524143d5bc88090eb
tests: remove static data from ivi-shell-app-test

Just one test call this only once, so the cached value will never be useful.

Stop using static data, it sets a bad example. If more tests were added, things
would start failing when forking is removed from the test harness.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
tests/ivi-shell-app-test.c