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 91a5ef696bcffa98191e67faf6ffbdcb90330f66..a1973ad9d01bcaa7d20e1db0e0c2aac0410a7b0c 100644 (file)
@@ -155,4 +155,4 @@ _readlink()
 }
 
 # make sure this script returns success
-/bin/true
+true
index bae96efcf3e664e554d5bf67ddba5cd13ce39482..b73c70be954f53c565e3b20f7159259553bdb0d6 100644 (file)
@@ -224,4 +224,4 @@ _filter_qemu_img_map()
 }
 
 # make sure this script returns success
-/bin/true
+true
index 3b14053790ec83d15abc689b55e2dabecca7fd3c..aa093d9d8426afb9e197a2625cbf08f4fe515086 100644 (file)
@@ -490,4 +490,4 @@ _die()
 }
 
 # make sure this script returns success
-/bin/true
+true