bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] [GNU tar 1.23] testsuite: 91 failed


From: Rodolfo Aramayo
Subject: [Bug-tar] [GNU tar 1.23] testsuite: 91 failed
Date: Sat, 20 Mar 2010 02:04:32 -0500

uname -a
Darwin aramayolab01-bio-tamu-edu.local 9.8.0 Darwin Kernel Version
9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
i386



testsuite.log
==========
#                             -*- compilation -*-
91. remfiles01.at:28: testing ...
./remfiles01.at:32:

cat /dev/null | gzip - > /dev/null 2>&1 || exit 77


test -z  || exit 77


mkdir dir
cd dir
genfile --file a --length 0
chmod 0 a
genfile --file b
mkdir c

# Depending on when the SIGPIPE gets delivered, the invocation below
# may finish with either
#  tar: a: Cannot write: Broken pipe
# or
#  tar: Child returned status 2

tar -c -f a -z --remove-files b c 2>err
EC=$?
sed -n '/(child)/p' err >&2
rm err
find . | sort
exit $EC

Not enabling shell tracing (command contains an embedded newline)
--- -   2010-03-20 01:54:35.000000000 -0500
+++ /SourceCache/tar-1.23/tests/testsuite.dir/at-groups/91/stderr
 2010-03-20 01:54:35.000000000 -0500
@@ -1,3 +1 @@
-tar (child): a: Cannot open: Permission denied
-tar (child): Error is not recoverable: exiting now

--- -   2010-03-20 01:54:35.000000000 -0500
+++ /SourceCache/tar-1.23/tests/testsuite.dir/at-groups/91/stdout
 2010-03-20 01:54:35.000000000 -0500
@@ -1,5 +1,3 @@
-tar (child): a: Cannot open: Permission denied
-tar (child): Error is not recoverable: exiting now

--- -   2010-03-20 01:54:35.000000000 -0500
+++ /SourceCache/tar-1.23/tests/testsuite.dir/at-groups/91/stdout
 2010-03-20 01:54:35.000000000 -0500
@@ -1,5 +1,3 @@
 .
 ./a
-./b
-./c

./remfiles01.at:32: exit code was 0, expected 2
91. remfiles01.at:28: 91. remove-files with compression
(remfiles01.at:28): FAILED (remfiles01.at:32)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]