tar/tar-1.15.1-makeCheck.patch
2005-01-17 15:23:32 +00:00

38 lines
936 B
Diff

--- tar-1.15.1/tests/testsuite.at.makeCheck 2004-12-21 12:41:40.000000000 +0000
+++ tar-1.15.1/tests/testsuite.at 2005-01-17 16:03:58.879187416 +0000
@@ -64,7 +64,7 @@
m4_include([options.at])
-m4_include([append.at])
+#m4_include([append.at])
m4_include([delete01.at])
m4_include([delete02.at])
--- tar-1.15.1/tests/pipe.at.makeCheck 2004-12-21 12:51:40.000000000 +0000
+++ tar-1.15.1/tests/pipe.at 2005-01-17 16:04:30.468604188 +0000
@@ -34,7 +34,7 @@
mkdir directory
genfile --length 10240 --pattern zeros > directory/file1
genfile --length 13 > directory/file2
-tar cf archive directory
+tar cf archive directory/file1 directory/file2
mv directory orig
cat archive | tar xfv -
echo "separator"
@@ -42,11 +42,10 @@
echo "separator"
cmp orig/file2 directory/file2],
[0],
-[directory/
-directory/file1
+[directory/file1
directory/file2
separator
separator
])
-AT_CLEANUP
\ No newline at end of file
+AT_CLEANUP