mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
tests: Don't use bash if we don't have to
This tested failed on FreeBSD because it was using bash, that might not be installed.
This commit is contained in:
parent
ef765169dd
commit
f2ac5807b9
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Ensure that an invalid domain ID isn't interpreted as a valid one.
|
||||
# Before, an ID of 2^32+2 would be treated just like an ID of 2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user