From: Sergey Poznyakoff Date: Sat, 27 Mar 2010 20:41:32 +0000 (+0200) Subject: Minor fixes in the testsuite. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2981fcc5cbb63080f24f59570ea7fde8efc9bb34;p=chaz%2Ftar Minor fixes in the testsuite. * tests/extrac07.at: Fix a typo (invalid number of arguments before format list). * tests/link02.at: Use `ln' instead of `link'. * tests/link03.at: Likewise. --- diff --git a/tests/extrac07.at b/tests/extrac07.at index 1c45e97..abfb2b2 100644 --- a/tests/extrac07.at +++ b/tests/extrac07.at @@ -52,7 +52,7 @@ Extract dir/ dir/foo ], -[],[],[ustar]) # Testing one format is enough +[],[],[],[ustar]) # Testing one format is enough AT_CLEANUP diff --git a/tests/link02.at b/tests/link02.at index 756d48f..a557de0 100644 --- a/tests/link02.at +++ b/tests/link02.at @@ -34,9 +34,9 @@ AT_KEYWORDS([hardlinks link02]) AT_TAR_CHECK([ genfile -l 64 -f file1 -link file1 file2 -link file2 file3 -link file3 file4 +ln file1 file2 +ln file2 file3 +ln file3 file4 tar -c -f archive --remove-files file1 file2 file3 file4 tar tfv archive | sed -n 's/.*file[[2-4]] link to //p' ], diff --git a/tests/link03.at b/tests/link03.at index af5b97c..b3f42b1 100644 --- a/tests/link03.at +++ b/tests/link03.at @@ -26,9 +26,9 @@ AT_KEYWORDS([hardlinks link03]) m4_define([create_files],[ genfile -l 64 -f file1 -link file1 file2 -link file2 file3 -link file3 file4 +ln file1 file2 +ln file2 file3 +ln file3 file4 ]) AT_TAR_CHECK([