Browse Source

Check shrc loadability by bash and zsh

undefined
10sr 9 years ago
parent
commit
4f9a592779
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      test/run.sh

+ 4
- 1
test/run.sh View File

@@ -8,9 +8,12 @@ top="$dir"/..
sh "$top"/setup.sh shrc_common sh "$top"/setup.sh shrc_common


# shrc # shrc
cat <<__EOC__ | sh -si
for sh in sh bash zsh
do
cat <<__EOC__ | $sh -si
. "$top"/shrc || exit 1 . "$top"/shrc || exit 1
__EOC__ __EOC__
done


# emacs # emacs
emacs --version emacs --version


Loading…
Cancel
Save