]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
Fix output parsing in _check_udf_filesystem()
authorJan Kara <jack@suse.cz>
Mon, 23 Dec 2013 22:53:50 +0000 (22:53 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 8 Jan 2014 13:26:17 +0000 (07:26 -0600)
commit49684caded92f23dd18ec4698917e087f23a9016
tree53fdaa490a6c53b46a5757cfedc5b6dcbf40467c
parentbc95a5351f824e8cf18d13667b9c2e439045259f
Fix output parsing in _check_udf_filesystem()

Move of tests into separate subdirectories broke sed(1) expression in
_check_udf_filesystem(). Actually use of sed in that place was rather
stupid so just replace it with plain echo.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ben Myers <bpm@sgi.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
common/rc