1
0
Fork 0

Turn the result info ‘t’ or ‘nil’

This commit is contained in:
Tom Willemse 2021-02-09 09:52:28 -08:00
parent ae1f9afe47
commit e42dc5c467

View file

@ -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"