bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_0-file/02_file_mime_image.sh

Ranjib Dey e0701f
#!/bin/bash
Ranjib Dey e0701f
Ranjib Dey e0701f
t_Log "Running $0 - checking if file can recognize image mime file type "
Ranjib Dey e0701f
Ranjib Dey e0701f
file  /usr/lib/anaconda-runtime/boot/syslinux-splash.png --mime-type | grep 'image/png'
Ranjib Dey e0701f
Ranjib Dey e0701f
t_CheckExitStatus $?
Ranjib Dey e0701f