1 my $rc = quviTest
::run
("http://invalid.host", "--no-shortened", "-q");
2 if ($rc == 0x41) { # QUVI_NOSUPPORT (0x41) is what we expect.
3 $rc = quviTest
::run
("--support", "http://invalid.url", "-q");
4 if ($rc == 0x41) { # Ditto. And the following should return QUVI_OK.
5 { $rc = quviTest
::run
("--support", "http://youtube.com", "-q"); }