diff --git a/unittest/force-styles/test_improper_style.cpp b/unittest/force-styles/test_improper_style.cpp index 096c130235..4a8c3d5106 100644 --- a/unittest/force-styles/test_improper_style.cpp +++ b/unittest/force-styles/test_improper_style.cpp @@ -725,7 +725,7 @@ TEST(ImproperStyle, extract) { if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP(); - LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-ncite"}; + LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-nocite"}; if (!verbose) ::testing::internal::CaptureStdout(); LAMMPS *lmp = nullptr;