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:
Richard W.M. Jones
2015-12-15 16:59:06 +00:00
parent 8ec4ebb952
commit 43e0d25f8d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -18,4 +18,4 @@
set -e
$VG guestfish -a ../test-data/phony-guests/fedora.img run
$VG guestfish --ro -a ../test-data/phony-guests/fedora.img run