Searched refs:test_shell_escape_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-util.c1520 static void test_shell_escape_one(const char *s, const char *bad, const char *expected) { function
1528 test_shell_escape_one("", "", "");
1529 test_shell_escape_one("\\", "", "\\\\");
1530 test_shell_escape_one("foobar", "", "foobar");
1531 test_shell_escape_one("foobar", "o", "f\\o\\obar");
1532 test_shell_escape_one("foo:bar,baz", ",:", "foo\\:bar\\,baz");

Completed in 1514 milliseconds