From e06eff955f7d91da4c118254bee437a43f143a41 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Mon, 10 Jun 2019 23:57:25 -0500 Subject: [PATCH] update tests to include bash --- tests/test_all_lxc | 2 ++ 1 file changed, 2 insertions(+) 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