From 4f9a5927790eda2f8f62bbb199f5bbb45156ad80 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 27 Dec 2014 19:58:42 +0900 Subject: [PATCH] Check shrc loadability by bash and zsh --- test/run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 5d6c92f..0845ebe 100755 --- a/test/run.sh +++ b/test/run.sh @@ -8,9 +8,12 @@ top="$dir"/.. sh "$top"/setup.sh shrc_common # shrc -cat <<__EOC__ | sh -si +for sh in sh bash zsh +do + cat <<__EOC__ | $sh -si . "$top"/shrc || exit 1 __EOC__ +done # emacs emacs --version