Blame tests/p_0-file/01_file_mime_application.sh
|
Ranjib Dey |
e0701f |
#!/bin/bash
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_Log "Running $0 - checking if file can recognixe mime executable type "
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
file /bin/bash --mime-type | grep "application/x-executable"
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_CheckExitStatus $?
|