diff options
Diffstat (limited to 'test/bashisms/command.sh')
-rw-r--r-- | test/bashisms/command.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bashisms/command.sh b/test/bashisms/command.sh new file mode 100644 index 0000000..ae60c97 --- /dev/null +++ b/test/bashisms/command.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +command test +command -p test +command -v test # BASHISM +command -V test # BASHISM |