qemu-iotests: Replace "/bin/true" with "true"
The former is not portable because on Mac OSX it is /usr/bin/true. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
1dbe67503b
commit
a2d9c0c407
@ -155,4 +155,4 @@ _readlink()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# make sure this script returns success
|
# make sure this script returns success
|
||||||
/bin/true
|
true
|
||||||
|
@ -224,4 +224,4 @@ _filter_qemu_img_map()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# make sure this script returns success
|
# make sure this script returns success
|
||||||
/bin/true
|
true
|
||||||
|
@ -490,4 +490,4 @@ _die()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# make sure this script returns success
|
# make sure this script returns success
|
||||||
/bin/true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user