aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/shellcommand_ut.cpp
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-09-05 20:05:47 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-09-05 20:17:10 +0300
commit74184a40c15dc0649a769d9754d0ce7efb44db04 (patch)
tree433c12d17fec8928522e31fede6afb88e0b8f41c /util/system/shellcommand_ut.cpp
parentdb4754b956955532cb1ad5fd119d5d199b790a0e (diff)
downloadydb-74184a40c15dc0649a769d9754d0ce7efb44db04.tar.gz
FixNamespaceComments in /util
FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
Diffstat (limited to 'util/system/shellcommand_ut.cpp')
-rw-r--r--util/system/shellcommand_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/shellcommand_ut.cpp b/util/system/shellcommand_ut.cpp
index 13a5fad75f..416ae22c10 100644
--- a/util/system/shellcommand_ut.cpp
+++ b/util/system/shellcommand_ut.cpp
@@ -67,7 +67,7 @@ Y_UNIT_TEST_SUITE(TShellQuoteTest) {
ShellQuoteArgSp(cmd, "-DVal=Blah");
UNIT_ASSERT_STRINGS_EQUAL(cmd, "\"/pr f/krev/prev.exe\" \"-DVal=\\\"W Quotes\\\"\" \"-DVal=W Space\" \"-DVal=Blah\"");
}
-}
+} // Y_UNIT_TEST_SUITE(TShellQuoteTest)
Y_UNIT_TEST_SUITE(TShellCommandTest) {
Y_UNIT_TEST(TestNoQuotes) {
@@ -489,4 +489,4 @@ Y_UNIT_TEST_SUITE(TShellCommandTest) {
UNIT_ASSERT_VALUES_EQUAL(firstLine, text);
}
-}
+} // Y_UNIT_TEST_SUITE(TShellCommandTest)