Files
scoutfs/tests/funcs
Zach Brown d5ddf1ecac Fix option save/restore test helpers
The test shell helpers for saving and restoring mount options were
trying to put each mount's option value in an array.  It meant to build
the array key by concatenating the option name and the mount number.
But it didn't isolate the option "name" variable when evaluating it,
instead always evaluating "name_" to nothing and building keys for all
options that only contained the mount index.  This then broke when tests
attempted to save and restore multiple options.

Signed-off-by: Zach Brown <zab@versity.com>
2022-10-17 09:12:21 -07:00
..
2019-08-02 16:51:34 -07:00
2022-02-21 10:44:38 -08:00
2022-10-17 09:12:21 -07:00
2021-01-26 14:46:07 -08:00