提交 a2d9c0c4 编写于 作者: F Fam Zheng 提交者: Stefan Hajnoczi

qemu-iotests: Replace "/bin/true" with "true"

The former is not portable because on Mac OSX it is /usr/bin/true.
Signed-off-by: NFam Zheng <famz@redhat.com>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 1dbe6750
......@@ -155,4 +155,4 @@ _readlink()
}
# make sure this script returns success
/bin/true
true
......@@ -224,4 +224,4 @@ _filter_qemu_img_map()
}
# make sure this script returns success
/bin/true
true
......@@ -490,4 +490,4 @@ _die()
}
# make sure this script returns success
/bin/true
true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册