diff --git a/tests/test_all_lxc b/tests/test_all_lxc index afb638c..1bd9edf 100755 --- a/tests/test_all_lxc +++ b/tests/test_all_lxc @@ -30,3 +30,5 @@ echo 'testing rust' ../lxc/execute rust test.rs echo 'testing swift' ../lxc/execute swift test.swift +echo 'testing bash' +../lxc/execute bash test.sh