]> Dogcows Code - chaz/tar/commitdiff
Minor fixes in the testsuite.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 27 Mar 2010 20:41:32 +0000 (22:41 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 27 Mar 2010 20:46:18 +0000 (22:46 +0200)
* 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.

tests/extrac07.at
tests/link02.at
tests/link03.at

index 1c45e9758191f34ee12cb337d4ce734815be3ad0..abfb2b29d7f2dc9f3ee9f59f083c43a6c5c94f1c 100644 (file)
@@ -52,7 +52,7 @@ Extract
 dir/
 dir/foo
 ],
-[],[],[ustar]) # Testing one format is enough
+[],[],[],[ustar]) # Testing one format is enough
 
 AT_CLEANUP
 
index 756d48fa8c07e0c4d64ac3aa32953fd4f1906411..a557de08ad32d4099e6dfd88d5d1c46b8df8a526 100644 (file)
@@ -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'
 ],
index af5b97c5b988f2ab092626b917d2293d5e4dff19..b3f42b1f82d6d73d5c82259293c455537eea4cf9 100644 (file)
@@ -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([
This page took 0.026433 seconds and 4 git commands to generate.