diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-system.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index 24cc2591d54..8bc0dcf2fc5 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -339,7 +339,7 @@ done | |||
| 339 | 339 | ||
| 340 | # Verify that the disk image types can be built. | 340 | # Verify that the disk image types can be built. |
| 341 | guix system -n vm gnu/system/examples/vm-image.tmpl | 341 | guix system -n vm gnu/system/examples/vm-image.tmpl |
| 342 | guix system -n vm-image gnu/system/examples/vm-image.tmpl | 342 | guix system -n image -t qcow2 gnu/system/examples/vm-image.tmpl |
| 343 | # This invocation was taken care of in the loop above: | 343 | # This invocation was taken care of in the loop above: |
| 344 | # guix system -n disk-image gnu/system/examples/bare-bones.tmpl | 344 | # guix system -n disk-image gnu/system/examples/bare-bones.tmpl |
| 345 | guix system -n disk-image -t iso9660 gnu/system/examples/bare-bones.tmpl | 345 | guix system -n disk-image -t iso9660 gnu/system/examples/bare-bones.tmpl |
