altos: Unmount file system after each testing pass in ao_fat_test
authorKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 19:39:32 +0000 (12:39 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 19:39:32 +0000 (12:39 -0700)
commit144b44e13ce3361ff59cbb555e84d542455a4e17
treecf56246bea404fbe23f35a800ed0013260d454b9
parenta70139c9a8a177df8f20f525703b13c0aec0fbc7
altos: Unmount file system after each testing pass in ao_fat_test

Otherwise, we use stale data and 'bad things' happen.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_fat.c
src/drivers/ao_fat.h
src/test/ao_fat_test.c