Blame tests/p_file/01_file_mime_application.sh
|
Ranjib Dey |
e0701f |
#!/bin/bash
|
|
Christoph Galuschka |
238ebc |
# Author: ???
|
|
Christoph Galuschka |
238ebc |
# Christoph Galuschka <christoph.galuschka@chello.at>
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_Log "Running $0 - checking if file can recognixe mime executable type "
|
|
Ranjib Dey |
e0701f |
|
|
Christoph Galuschka |
238ebc |
file /bin/bash -i | grep -q "application/x-executable"
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_CheckExitStatus $?
|