Skip to content

Commit

Permalink
tests: test also 'mksh'
Browse files Browse the repository at this point in the history
The mksh shell on Fedora stands for MirBSD enhanced version of the
Public Domain Korn shell (pdksh).

* tests/test-all-shells.sh ($GL_ALL_SHELLS): Mention 'mksh'
binary.
  • Loading branch information
praiskup committed Jul 7, 2016
1 parent 3395ec0 commit 0d95666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-all-shells.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


# List of shells we try to check in.
: ${GL_ALL_SHELLS='ash bash dash ksh zsh busybox'}
: ${GL_ALL_SHELLS='ash bash dash ksh mksh zsh busybox'}

# List of directories to search for the shell interpreter.
: ${GL_ALL_SHELLS_DIRS='/bin /sbin'}
Expand Down

0 comments on commit 0d95666

Please sign in to comment.