Revision 62284d17 tests/qemu-iotests/common.filter

b/tests/qemu-iotests/common.filter
128 128
	-e 's/[A-Z][a-z][a-z] [A-z][a-z][a-z]  *[0-9][0-9]* [0-9][0-9]:[0-9][0-9]:[0-9][0-9] [0-9][0-9][0-9][0-9]$/DATE/'
129 129
}
130 130

  
131
# replace occurances of the actual TEST_DIR value with TEST_DIR
131
# replace occurrences of the actual TEST_DIR value with TEST_DIR
132 132
_filter_testdir()
133 133
{
134 134
    sed -e "s#$TEST_DIR#TEST_DIR#g"
135 135
}
136 136

  
137
# replace occurrences of the actual IMGFMT value with IMGFMT
138
_filter_imgfmt()
139
{
140
    sed -e "s#$IMGFMT#IMGFMT#g"
141
}
142

  
137 143
# sanitize qemu-io output
138 144
_filter_qemu_io()
139 145
{

Also available in: Unified diff