From 5ca750edb2239e1df602008d35dc924ee34145ac Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Thu, 11 Mar 2021 16:38:34 -0500 Subject: [PATCH] Add `source` to list of banned commands --- test/banned_commands.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/banned_commands.bats b/test/banned_commands.bats index 1e41c601..85a618b6 100644 --- a/test/banned_commands.bats +++ b/test/banned_commands.bats @@ -22,6 +22,8 @@ banned_commands=( echo # Process substitution isn't POSIX compliant and cause trouble "<(" + # source isn't POSIX compliant. . behaves the same and is POSIX compliant + source ) setup() {