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 3
3
"Minimal test package")
4
4
5
5
(website-url "https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.1")
6
- (keywords "test")
6
+ (keywords "test" "local" )
7
7
8
8
(package-file "mini.pkg.1.el")
9
9
Original file line number Diff line number Diff line change 7
7
; ; URL: https://github.com/emacs-eask/cli/tree/master/test/fixtures/mini.pkg.1
8
8
; ; Version: 0.0.1
9
9
; ; Package-Requires: ((emacs "24.3") (s "1.12.0") (fringe-helper "1.0.1"))
10
- ; ; Keywords: test
10
+ ; ; Keywords: test local
11
11
12
12
; ; This file is NOT part of GNU Emacs.
13
13
Original file line number Diff line number Diff line change 22
22
23
23
set -e
24
24
25
+ source ./test/fixtures/home/scripts/testing.sh
26
+
25
27
echo " Test all options flag"
26
28
cd $( dirname " $0 " )
27
29
28
30
# 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
31
33
eask info -a
32
34
eask info --all
33
35
eask info -q
You can’t perform that action at this time.
0 commit comments