2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-19 10:22:22 +00:00
qpdf/libtests/qtest/version.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
359 B
Plaintext
Raw Normal View History

2022-02-08 15:50:55 +00:00
#!/usr/bin/env perl
require 5.008;
use warnings;
use strict;
require TestDriver;
my $td = new TestDriver('pdf_version');
$td->runtest("pdf_version",
{$td->COMMAND => "pdf_version"},
{$td->STRING => "PDFVersion assertions passed\n",
$td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->report(1);