Blame tests/p_file/03_file_mime_symlink.sh
|
Ranjib Dey |
e0701f |
#!/bin/bash
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_Log "Running $0 - checking if file can recognize symlink mime file type "
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
file /etc/favicon.png --mime-type | grep 'application/x-symlink'
|
|
Ranjib Dey |
e0701f |
|
|
Ranjib Dey |
e0701f |
t_CheckExitStatus $?
|