Skip to content
Snippets Groups Projects
Commit a2d9c0c4 authored by Fam Zheng's avatar Fam Zheng Committed by Stefan Hajnoczi
Browse files

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


The former is not portable because on Mac OSX it is /usr/bin/true.

Signed-off-by: default avatarFam Zheng <famz@redhat.com>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 1dbe6750
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment