Sha256: d5b5bce4c8146f34fd08aff9f0cbeb52ffa6f447e4bd6df8a2bc9b2e86fce8f7

Contents?: true

Size: 365 Bytes

Versions: 4

Compression:

Stored size: 365 Bytes

Contents

#!/bin/sh

. $srcdir/../util.sh

bin=$srcdir/../../src/tnef
tnef_file=$srcdir/test.tnef

rm -f $srcdir/AUTHORS

echo cat $tnef_file \| $bin -v -f - > $srcdir/stdin.output 2>&1
cat $tnef_file | $bin -v -f - $tnef_file >> $srcdir/stdin.output 2>&1

if [ ! -f $srcdir/AUTHORS ]; then
   echo "AUTHORS file does not exists! Test Failed!"
   exit 1
fi

check_test stdin

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tnef-1.0.2 ext/tnef/tests/cmdline/stdin.test
tnef-1.0.1 ext/tnef/tests/cmdline/stdin.test
tnef-1.0.0 ext/tnef/tests/cmdline/stdin.test
tnef-0.0.1 ext/tnef/tests/cmdline/stdin.test