GnumericTest.pm porting question

Jason Martin <[email protected]>
Newsgroups gmane.comp.gnome.apps.gnumeric
Message-ID <CAGw7siaqq1WAUwXT4czW-TqpsgYBQNgvdio8EO=+_dG59+awsw@mail.gmail.com>
I have built gnumeric and it is running fine on OpenIndiana but I want the
tests to work correcty.

I am having problems with:

GnumericTest::test_importer(GnumericTest.pm:400):
400: my $htxt = zcat -f '$tmp' | $normalize_gnumeric | sha1sum;
DB<1> s
Invalid Option
Usage: zcat [file ...]


On OpenIndiana or Solaris the zcat command will be one of the two:

my $htxt = `compress -f '$tmp' | $normalize_gnumeric | sha1sum`;
-----or---
my $htxt = `uncompress -f '$tmp' | $normalize_gnumeric | sha1sum`;

BUT how did the original author get the checksum for example the test
t5905-guppi.pl

&test_importer ("$samples/b66666-guppi.gnumeric",
"4f9552b87482dfa330ed251dffef467939478244", $mode);

None of my changes have worked so far.


Thanks

_______________________________________________
gnumeric-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnumeric-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.