Blame tests/p_setup/shells_file_test.sh

Athmane Madjoudj df32c4
#!/bin/sh
Athmane Madjoudj df32c4
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj df32c4
Athmane Madjoudj df32c4
t_Log "Running $0 - shells file sanity check."
Athmane Madjoudj df32c4
3286bc
grep -q 'bash' /etc/shells 
Athmane Madjoudj df32c4
Athmane Madjoudj df32c4
Athmane Madjoudj df32c4
t_CheckExitStatus $?