OSDN Git Service

qemu-iotests: Replace "/bin/true" with "true"
authorFam Zheng <famz@redhat.com>
Sun, 4 Jan 2015 01:53:48 +0000 (09:53 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 13 Jan 2015 13:43:28 +0000 (13:43 +0000)
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>
tests/qemu-iotests/common.config
tests/qemu-iotests/common.filter
tests/qemu-iotests/common.rc

index 91a5ef6..a1973ad 100644 (file)
@@ -155,4 +155,4 @@ _readlink()
 }
 
 # make sure this script returns success
-/bin/true
+true
index bae96ef..b73c70b 100644 (file)
@@ -224,4 +224,4 @@ _filter_qemu_img_map()
 }
 
 # make sure this script returns success
-/bin/true
+true
index 3b14053..aa093d9 100644 (file)
@@ -490,4 +490,4 @@ _die()
 }
 
 # make sure this script returns success
-/bin/true
+true