File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33 "Minimal test package")
44
55(website-url "https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.1")
6- (keywords "test")
6+ (keywords "test" "local" )
77
88(package-file "mini.pkg.1.el")
99
Original file line number Diff line number Diff line change 77; ; URL: https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.1
88; ; Version: 0.0.1
99; ; Package-Requires: ((emacs "24.3") (s "1.12.0") (fringe-helper "1.0.1"))
10- ; ; Keywords: test
10+ ; ; Keywords: test local
1111
1212; ; This file is NOT part of GNU Emacs.
1313
Original file line number Diff line number Diff line change 2222
2323set -e
2424
25+ source ./test/fixtures/home/scripts/testing.sh
26+
2527echo " Test all options flag"
2628cd $( dirname " $0 " )
2729
2830# Please have these flags in order, see `eask` file in the project root!
29- eask info -g
30- eask info --global
31+ should_error eask info -g
32+ should_error eask info --global
3133eask info -a
3234eask info --all
3335eask info -q
You can’t perform that action at this time.
0 commit comments