Introspection fixes
[gnumeric.git] / test / t9005-ssconvert-merge.pl
blob484ec3b202dbda51017c6e4e22e589429f5e0814
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check ssconvert merge");
10 my $src1 = "$samples/regress.gnumeric";
11 my $src2 = "$samples/format-tests.gnumeric";
13 my $tmp = "merged.gnumeric";
14 &GnumericTest::junkfile ($tmp);
16 # Not much of a test, but this at least confirms that the program
17 # runs with no criticals.
18 &test_command ("$ssconvert --merge-to=$tmp $src1 $src2",
19 sub { 1 } );