mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fix file locking test
This commit is contained in:
parent
865725bbac
commit
88d4ba8fe5
1 changed files with 1 additions and 0 deletions
|
|
@ -850,6 +850,7 @@ const tests =
|
|||
emulator.serial0_send("flock -s /mnt/file -c 'cat /mnt/fifo2 >> /mnt/file' &\n");
|
||||
emulator.serial0_send("flock -x /mnt/file -c 'echo lock-exclusive-3 >> /mnt/file' &\n");
|
||||
emulator.serial0_send("echo lock-shared-4 > /mnt/fifo2\n");
|
||||
emulator.serial0_send("sleep 0.1\n");
|
||||
emulator.serial0_send("echo lock-shared-3 > /mnt/fifo1\n");
|
||||
|
||||
emulator.serial0_send("echo start-capture;\\\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue