aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-14 08:11:50 -0800
committerGravatar Tom Willemse2020-01-14 08:11:50 -0800
commit78cf5cb514c90288fb611a7b54f0401ce399ee6e (patch)
tree11214df6c3006439dfb49b512472a6b6c2b67d51 /test
parenta4a89f903e06a8ad844091953e2fc402e62277eb (diff)
downloademacs-config-78cf5cb514c90288fb611a7b54f0401ce399ee6e.tar.gz
emacs-config-78cf5cb514c90288fb611a7b54f0401ce399ee6e.zip
Fix integration test for oni-cpp
‘oni-c++’ was renamed to ‘oni-cpp’
Diffstat (limited to 'test')
-rw-r--r--test/integration/oni-cpp.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/oni-cpp.bats b/test/integration/oni-cpp.bats
index e8a9769..eb44d17 100644
--- a/test/integration/oni-cpp.bats
+++ b/test/integration/oni-cpp.bats
@@ -3,7 +3,7 @@
@test "Opening a .cpp file loads oni-c++" {
run emacs -batch -l package -f package-initialize \
-visit test.cpp \
- -eval "(prin1 (featurep 'oni-c++))"
+ -eval "(prin1 (featurep 'oni-cpp))"
echo "$output"