Sha256: 2eb7df54c03b1785b9bd956562fe702af2fb67f31f93fe6fb84b875f3a7938b0
Contents?: true
Size: 452 Bytes
Versions: 4
Compression:
Stored size: 452 Bytes
Contents
#!/bin/sh . $srcdir/../util.sh bin=$srcdir/../../src/tnef tnef_file=$srcdir/test.tnef rm -f $srcdir/AUTHORS echo $bin -t $tnef_file > $srcdir/list.output 2>&1 $bin -t $tnef_file >> $srcdir/list.output 2>&1 if [ -f $srcdir/AUTHORS ]; then echo "AUTHORS file exists! Test Failed!" exit 1 fi echo >> $srcdir/list.output echo $bin --list $tnef_file >> $srcdir/list.output 2>&1 $bin --list $tnef_file >> $srcdir/list.output 2>&1 check_test list
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tnef-1.0.2 | ext/tnef/tests/cmdline/list.test |
tnef-1.0.1 | ext/tnef/tests/cmdline/list.test |
tnef-1.0.0 | ext/tnef/tests/cmdline/list.test |
tnef-0.0.1 | ext/tnef/tests/cmdline/list.test |