mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: tests: Don't open phony fedora.img for write in parallel.
Two tests opened the phony Fedora image in parallel without the readonly flag. This occasionally resulted in strange errors (especially observed in test-inspect.sh). Add the --readonly flag to avoid this.
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
$VG guestfish -a ../test-data/phony-guests/fedora.img -i exit
|
||||
$VG guestfish --ro -a ../test-data/phony-guests/fedora.img -i exit
|
||||
|
||||
Reference in New Issue
Block a user