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:
Fam Zheng 2015-01-04 09:53:48 +08:00 committed by Stefan Hajnoczi
parent 1dbe67503b
commit a2d9c0c407
3 changed files with 3 additions and 3 deletions

View File

@ -155,4 +155,4 @@ _readlink()
}
# make sure this script returns success
/bin/true
true

View File

@ -224,4 +224,4 @@ _filter_qemu_img_map()
}
# make sure this script returns success
/bin/true
true

View File

@ -490,4 +490,4 @@ _die()
}
# make sure this script returns success
/bin/true
true