X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fexclude.at;h=7fe92a46d0bc76e9ffd6688d2b0b76c1f83b22c8;hb=0ab5e64ac07d5b0162bf863f4da485d26760a8eb;hp=689aa110225fa51c47a747570a5ea213df79e4d2;hpb=0a694a16e5926f4950637044fd165200fb229f53;p=chaz%2Ftar diff --git a/tests/exclude.at b/tests/exclude.at index 689aa11..7fe92a4 100644 --- a/tests/exclude.at +++ b/tests/exclude.at @@ -36,7 +36,7 @@ mkdir dir/rock echo "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAG echo "test" > dir/rock/file -for option in exclude-caches exclude-caches-under exclude-caches-all +for option in exclude-caches exclude-caches-under exclude-caches-all do echo OPTION $option tar -cf archive.tar --$option -v dir 2>err | sort @@ -45,7 +45,7 @@ do tar tf archive.tar | sort done -for option in exclude-tag exclude-tag-under exclude-tag-all +for option in exclude-tag exclude-tag-under exclude-tag-all do echo OPTION $option tar -cf archive.tar --${option}=tagfile -v dir 2>err | sort