Turn the result info ‘t’ or ‘nil’
This commit is contained in:
parent
ae1f9afe47
commit
e42dc5c467
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
@test "Opening a .service file enables conf-mode" {
|
@test "Opening a .service file enables conf-mode" {
|
||||||
run emacs -batch -l package -f package-initialize \
|
run emacs -batch -l package -f package-initialize \
|
||||||
-visit test.service \
|
-visit test.service \
|
||||||
-eval "(prin1 (derived-mode-p major-mode 'conf-mode))"
|
-eval "(prin1 (not (null (derived-mode-p major-mode 'conf-mode))))"
|
||||||
|
|
||||||
echo "$output"
|
echo "$output"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue