Skip to content

Commit 8f4d787

Browse files
committed
Fix some CI errors
1 parent 3a0e379 commit 8f4d787

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

test/fixtures/mini.pkg.1/Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

test/fixtures/mini.pkg.1/mini.pkg.1.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

test/options/run.sh

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222

2323
set -e
2424

25+
source ./test/fixtures/home/scripts/testing.sh
26+
2527
echo "Test all options flag"
2628
cd $(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
3133
eask info -a
3234
eask info --all
3335
eask info -q

0 commit comments

Comments
 (0)