Set release details for 0.2.13
[quvi.git] / tests / nosupport-eval.pl
bloba7539705bf0fc88fe4ad0fba6a6050ecfd09bf84
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"); }
8 exit $rc;