diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index e33945ac4..dd1440897 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -883,7 +883,7 @@ sub runcmd my $rc = 0; $::RUNCMD_RC = 0; my $outref = []; - @$outref = `/bin/bash -lic '$cmd 2>&1'`; + @$outref = `$cmd 2>&1`; if ($?) { $rc = $? ;