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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dshell-test.c13 test_command_line (const char *arg1, ...) function
95 if (!test_command_line ("command", "-s", "--force-shutdown", "\"a string\"", "123", NULL)
96 || !test_command_line ("command", "-s", NULL)
97 || !test_command_line ("/opt/gnome/bin/service-start", NULL)
98 || !test_command_line ("grep", "-l", "-r", "-i", "'whatever'", "files*.c", NULL)
99 || !test_command_line ("/home/boston/johnp/devel-local/dbus/test/test-segfault", NULL)
100 || !test_command_line ("ls", "-l", "-a", "--colors", _dbus_get_tmpdir(), NULL)
101 || !test_command_line ("rsync-to-server", NULL)
102 || !test_command_line ("test-segfault", "--no-segfault", NULL)
103 || !test_command_line ("evolutio
[all...]

Completed in 109 milliseconds