diff --git a/tests/p_file/01_file_mime_application.sh b/tests/p_file/01_file_mime_application.sh index 6645fa5..d414e01 100755 --- a/tests/p_file/01_file_mime_application.sh +++ b/tests/p_file/01_file_mime_application.sh @@ -1,7 +1,9 @@ #!/bin/bash +# Author: ??? +# Christoph Galuschka t_Log "Running $0 - checking if file can recognixe mime executable type " -file /bin/bash --mime-type | grep "application/x-executable" +file /bin/bash -i | grep -q "application/x-executable" t_CheckExitStatus $?