Re: [Toybox] [PATCH] Fix mount.test command string quoting

2021-02-15 Thread Rob Landley
On 2/1/21 6:55 AM, Yi-yo Chiang via Toybox wrote: > Use "" instead of '' to quote commands as the command contains expandable > variables. > > I also found that most of the test cases are not working as intended. > Most of the test commands are like "mount ... >/dev/null 2>&1 && something> > &&

[Toybox] [PATCH] Fix mount.test command string quoting

2021-02-01 Thread Yi-yo Chiang via Toybox
Use "" instead of '' to quote commands as the command contains expandable variables. I also found that most of the test cases are not working as intended. Most of the test commands are like "mount ... >/dev/null 2>&1 && && umount", so there is no visible output when mount succeeds or fails, and t