mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 06:07:55 +00:00
Fix mount.test command string quoting
Use "" instead of '' to quote command as the command contains expandable variables. Change-Id: Iaa8825e56243b369199588cbf6e47a1aba985804
This commit is contained in:
parent
5f5f97f215
commit
086356b88e
@ -47,8 +47,8 @@ testing "-w $tmp_b_fs /mnt (write_only mode)" \
|
||||
sleep 1 && umount /mnt && ! test -e /mnt/testDir" "" "" ""
|
||||
reCreateTmpFs
|
||||
testing "-rw $tmp_b_fs /mnt (read_write mode)" \
|
||||
'mount -rw $tmp_b_fs /mnt >/dev/null && mkdir /mnt/testDir && \
|
||||
sleep 1 && ! test -e /mnt/testDir && umount /mnt' "" "" ""
|
||||
"mount -rw $tmp_b_fs /mnt >/dev/null && mkdir /mnt/testDir && \
|
||||
sleep 1 && ! test -e /mnt/testDir && umount /mnt" "" "" ""
|
||||
reCreateTmpFs
|
||||
testing "$tmp_b_fs /mnt -t fs_type" \
|
||||
"mount $tmp_b_fs /mnt -t $tmp_b_fs_type >/dev/null 2>&1 &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user