提交 f3d07ce8 编写于 作者: T Thomas Huth

tests/qemu-iotests: Do not hard-code the path to bash

bash is installed in a different directory on non-Linux systems like
FreeBSD. Do not hard-code /bin/bash here so that the tests can run
there, too.
Reviewed-by: NEric Blake <eblake@redhat.com>
Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
Acked-by: NChristian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190502084506.8009-4-thuth@redhat.com>
Signed-off-by: NThomas Huth <thuth@redhat.com>
上级 4a715461
#!/bin/bash #!/usr/bin/env bash
# #
# Test case for dmg # Test case for dmg
# #
......
#!/bin/bash #!/usr/bin/env bash
# #
# Test hot plugging and unplugging with iothreads # Test hot plugging and unplugging with iothreads
# #
......
#!/bin/bash #!/usr/bin/env bash
# #
# Test qemu-nbd vs. unaligned images # Test qemu-nbd vs. unaligned images
# #
......
#!/bin/bash #!/usr/bin/env bash
# #
# Test qcow2 preallocation # Test qcow2 preallocation
# #
......
#!/bin/bash #!/usr/bin/env bash
# #
# Test qcow2 with external data files # Test qcow2 with external data files
# #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册