Blame tests/p_file/02_file_mime_image.sh
|
Ranjib Dey |
e0701f |
#!/bin/bash
|
|
Christoph Galuschka |
37e507 |
# Author: ???
|
|
Christoph Galuschka |
37e507 |
# Christoph Galuschka <christoph.galuschka@chello.at>
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_Log "Running $0 - checking if file can recognize image mime file type "
|
|
Ranjib Dey |
e0701f |
|
|
Christoph Galuschka |
37e507 |
file /usr/lib/anaconda-runtime/boot/syslinux-splash.png -i | grep -q 'image/png'
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_CheckExitStatus $?
|
|
Ranjib Dey |
e0701f |
|