Commit e855738e authored by Mahmood Ali's avatar Mahmood Ali
Browse files

use /bin/bash

Showing with 1 addition and 1 deletion
+1 -1
......@@ -249,7 +249,7 @@ func TestExecutor_Capabilities(t *testing.T) {
defer allocDir.Destroy()
execCmd.ResourceLimits = true
execCmd.Cmd = "/bin/sh"
execCmd.Cmd = "/bin/bash"
execCmd.Args = []string{"-c", "cat /proc/$$/cmdline"}
executor := NewExecutorWithIsolation(testlog.HCLogger(t))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment