]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: test: minor code arrangement to use the same file descriptor for container...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Mar 2021 05:21:39 +0000 (14:21 +0900)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Mar 2021 08:29:59 +0000 (09:29 +0100)
commitc45d994867cbfeaf5b8f0ef80511da06c80d4c90
tree5685fe7ec2b6f4932d422dd850db92b9bd07e31e
parente9a4d32e2989d6b4446503630ac11d5b0ddd8f25
axfer: test: minor code arrangement to use the same file descriptor for container-test

In container test program, two file descriptors open to the same file
for builder and parser contexts, however the same file descriptor is
available for the case.

This commit arranges to use the same file descriptor for the contexts.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
axfer/test/container-test.c