aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/test
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/tar/test
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'. This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.bin/tar/test')
-rwxr-xr-xusr.bin/tar/test/config.sh2
-rwxr-xr-xusr.bin/tar/test/test-acl.sh2
-rwxr-xr-xusr.bin/tar/test/test-basic.sh2
-rwxr-xr-xusr.bin/tar/test/test-deep-dir.sh2
-rwxr-xr-xusr.bin/tar/test/test-flags.sh2
-rwxr-xr-xusr.bin/tar/test/test-nodump.sh2
-rwxr-xr-xusr.bin/tar/test/test-overwrite.sh2
-rwxr-xr-xusr.bin/tar/test/test-utf8.sh2
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tar/test/config.sh b/usr.bin/tar/test/config.sh
index 49b6972cf10d..c983d83e5711 100755
--- a/usr.bin/tar/test/config.sh
+++ b/usr.bin/tar/test/config.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/config.sh,v 1.2 2007/03/11 19:33:45 kientzle Exp $
THISDIR=`cd \`dirname $0\`;/bin/pwd`
diff --git a/usr.bin/tar/test/test-acl.sh b/usr.bin/tar/test/test-acl.sh
index 0d0bbebbfbf7..818607dcd13c 100755
--- a/usr.bin/tar/test/test-acl.sh
+++ b/usr.bin/tar/test/test-acl.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-acl.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
# Exercise copying of ACLs
echo "ACL handling"
diff --git a/usr.bin/tar/test/test-basic.sh b/usr.bin/tar/test/test-basic.sh
index 42c6749b3937..65ac7f521510 100755
--- a/usr.bin/tar/test/test-basic.sh
+++ b/usr.bin/tar/test/test-basic.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-basic.sh,v 1.5 2007/04/18 04:35:17 kientzle Exp $
# Generate a dir tree with various data and copy it using
# a variety of tools and flags. This mostly checks that
diff --git a/usr.bin/tar/test/test-deep-dir.sh b/usr.bin/tar/test/test-deep-dir.sh
index f16e7c4aa385..22cf1c8f826f 100755
--- a/usr.bin/tar/test/test-deep-dir.sh
+++ b/usr.bin/tar/test/test-deep-dir.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-deep-dir.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
# Stress the deep directory logic; the actual depth here seems to
# be limited by the shell. This should be restructured to get around
diff --git a/usr.bin/tar/test/test-flags.sh b/usr.bin/tar/test/test-flags.sh
index 3d8c322c6cee..bfbf542163ca 100755
--- a/usr.bin/tar/test/test-flags.sh
+++ b/usr.bin/tar/test/test-flags.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-flags.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
# Exercise copying of file flags
echo "File Flag handling"
diff --git a/usr.bin/tar/test/test-nodump.sh b/usr.bin/tar/test/test-nodump.sh
index 131fc0879687..1d21b49032d1 100755
--- a/usr.bin/tar/test/test-nodump.sh
+++ b/usr.bin/tar/test/test-nodump.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-nodump.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
# Test that archiving obeys the 'nodump' flag
echo "Verify 'nodump'"
diff --git a/usr.bin/tar/test/test-overwrite.sh b/usr.bin/tar/test/test-overwrite.sh
index 03bfc96e7ded..b9208905b57a 100755
--- a/usr.bin/tar/test/test-overwrite.sh
+++ b/usr.bin/tar/test/test-overwrite.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-overwrite.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
echo "Test overwrite avoidance"
. `dirname $0`/config.sh
diff --git a/usr.bin/tar/test/test-utf8.sh b/usr.bin/tar/test/test-utf8.sh
index 16438eadb90c..c1b18a690489 100755
--- a/usr.bin/tar/test/test-utf8.sh
+++ b/usr.bin/tar/test/test-utf8.sh
@@ -22,7 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/test-utf8.sh,v 1.1 2007/03/11 10:36:42 kientzle Exp $
echo "Test UTF8 filenames"
. `dirname $0`/config.sh