diff options
Diffstat (limited to 'testsuite')
42 files changed, 42 insertions, 42 deletions
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index 071399c..7dcbbe8 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -2,7 +2,7 @@ # Tests for the sourcecode base itself. # Copyright 2006 by Mike Frysinger <vapier@gentoo.org> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. [ -n "$srcdir" ] || srcdir=$(pwd) . ./testing.sh diff --git a/testsuite/ar.tests b/testsuite/ar.tests index 4630d08..0a8eb9b 100755 --- a/testsuite/ar.tests +++ b/testsuite/ar.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2010 Nokia Corporation # Written by Alexander Shishkin -# Licensed under GPL v2 or later, see file LICENSE for details +# Licensed under GPLv2 or later, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/ash.tests b/testsuite/ash.tests index 2eeb746..2a99245 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests @@ -3,7 +3,7 @@ # These are not ash tests, we use ash as a way to test lineedit! # # Copyright 2010 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/awk.tests b/testsuite/awk.tests index 0691a79..9e5e5a0 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests index 0c74053..04fea3e 100755 --- a/testsuite/busybox.tests +++ b/testsuite/busybox.tests @@ -2,7 +2,7 @@ # Tests for busybox applet itself. # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/cal.tests b/testsuite/cal.tests index db693ee..5509cf0 100755 --- a/testsuite/cal.tests +++ b/testsuite/cal.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2010 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/comm.tests b/testsuite/comm.tests index 753db21..2f48168 100755 --- a/testsuite/comm.tests +++ b/testsuite/comm.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/cp.tests b/testsuite/cp.tests index e81939d..33cd876 100755 --- a/testsuite/cp.tests +++ b/testsuite/cp.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2010 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 44c17e6..05b92db 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/cut.tests b/testsuite/cut.tests index 0fd79f2..1103402 100755 --- a/testsuite/cut.tests +++ b/testsuite/cut.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/diff.tests b/testsuite/diff.tests index 27a4b33..6de4648 100755 --- a/testsuite/diff.tests +++ b/testsuite/diff.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/expand.tests b/testsuite/expand.tests index 631ab4d..0682c29 100755 --- a/testsuite/expand.tests +++ b/testsuite/expand.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/fold.tests b/testsuite/fold.tests index e5700cc..ecf8b9c 100755 --- a/testsuite/fold.tests +++ b/testsuite/fold.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2009 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/grep.tests b/testsuite/grep.tests index d4bf80d..520a184 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. # AUDIT: diff --git a/testsuite/ls.tests b/testsuite/ls.tests index dc84212..1669579 100755 --- a/testsuite/ls.tests +++ b/testsuite/ls.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2010 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/makedevs.tests b/testsuite/makedevs.tests index f19af8a..eb51410 100755 --- a/testsuite/makedevs.tests +++ b/testsuite/makedevs.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index a46929b..7320e17 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/mkfs.minix.tests b/testsuite/mkfs.minix.tests index 7cad7da..8a33c16 100755 --- a/testsuite/mkfs.minix.tests +++ b/testsuite/mkfs.minix.tests @@ -2,7 +2,7 @@ # mkfs.minix tests. # Copyright 2007 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/mount.testroot b/testsuite/mount.testroot index e18d046..4f34c57 100755 --- a/testsuite/mount.testroot +++ b/testsuite/mount.testroot @@ -2,7 +2,7 @@ # SUSv3 compliant mount and umount tests. # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. if [ -z "$TESTDIR" ] then diff --git a/testsuite/mount.tests b/testsuite/mount.tests index ce1a600..d3d2400 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/od.tests b/testsuite/od.tests index a2d015a..138efed 100755 --- a/testsuite/od.tests +++ b/testsuite/od.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/parse.tests b/testsuite/parse.tests index 999efef..9899b73 100755 --- a/testsuite/parse.tests +++ b/testsuite/parse.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/patch.tests b/testsuite/patch.tests index f55b53f..cd0e965 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/pidof.tests b/testsuite/pidof.tests index 624b0a7..2a06d2b 100755 --- a/testsuite/pidof.tests +++ b/testsuite/pidof.tests @@ -2,7 +2,7 @@ # pidof tests. # Copyright 2005 by Bernhard Reutner-Fischer -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. # AUDIT: diff --git a/testsuite/printf.tests b/testsuite/printf.tests index 95f8110..b48e293 100755 --- a/testsuite/printf.tests +++ b/testsuite/printf.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/readlink.tests b/testsuite/readlink.tests index ecc3ad0..73163b0 100755 --- a/testsuite/readlink.tests +++ b/testsuite/readlink.tests @@ -2,7 +2,7 @@ # Readlink tests. # Copyright 2006 by Natanael Copa <n@tanael.org> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/rx.tests b/testsuite/rx.tests index 985fcdc..37fa02e 100755 --- a/testsuite/rx.tests +++ b/testsuite/rx.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2009 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 61551e3..395372a 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests @@ -2,7 +2,7 @@ # SUSv3 compliant sed tests. # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/seq.tests b/testsuite/seq.tests index 7a55374..1e1116c 100755 --- a/testsuite/seq.tests +++ b/testsuite/seq.tests @@ -2,7 +2,7 @@ # SUSv3 compliant seq tests. # Copyright 2006 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. # AUDIT: Full SUSv3 coverage (except internationalization). diff --git a/testsuite/sort.tests b/testsuite/sort.tests index 8a810f8..91b282e 100755 --- a/testsuite/sort.tests +++ b/testsuite/sort.tests @@ -2,7 +2,7 @@ # SUSv3 compliant sort tests. # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests index 76b0be0..d07aeef 100755 --- a/testsuite/start-stop-daemon.tests +++ b/testsuite/start-stop-daemon.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/sum.tests b/testsuite/sum.tests index da278c7..b9f4cbf 100755 --- a/testsuite/sum.tests +++ b/testsuite/sum.tests @@ -2,7 +2,7 @@ # unit test for sum. # Copyright 2007 by Bernhard Reutner-Fischer -# Licensed under GPL v2 or later, see file LICENSE for details. +# Licensed under GPLv2 or later, see file LICENSE in this source tree. # AUDIT: Unit tests for sum diff --git a/testsuite/tail.tests b/testsuite/tail.tests index d2427d4..7140da2 100755 --- a/testsuite/tail.tests +++ b/testsuite/tail.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 6604b4d..cef16b6 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2009 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/taskset.tests b/testsuite/taskset.tests index 1a19285..3fb5c90 100755 --- a/testsuite/taskset.tests +++ b/testsuite/taskset.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2006 Bernhard Reutner-Fischer -# Licensed under GPL v2 or later, see file LICENSE for details. +# Licensed under GPLv2 or later, see file LICENSE in this source tree. . ./testing.sh a="taskset" diff --git a/testsuite/test.tests b/testsuite/test.tests index 7d80444..2c92e34 100755 --- a/testsuite/test.tests +++ b/testsuite/test.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/tr.tests b/testsuite/tr.tests index 5dabbb5..5cca299 100755 --- a/testsuite/tr.tests +++ b/testsuite/tr.tests @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 8dbe3eb..7b326dc 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh test -f "$bindir/.config" && . "$bindir/.config" diff --git a/testsuite/uniq.tests b/testsuite/uniq.tests index 02c595a..83bf382 100755 --- a/testsuite/uniq.tests +++ b/testsuite/uniq.tests @@ -2,7 +2,7 @@ # SUSv3 compliant uniq tests. # Copyright 2005 by Rob Landley <rob@landley.net> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. # AUDIT: Full SUSv3 coverage (except internationalization). diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests index 0ce5da2..8677a03 100755 --- a/testsuite/unzip.tests +++ b/testsuite/unzip.tests @@ -3,7 +3,7 @@ # Tests for unzip. # Copyright 2006 Rob Landley <rob@landley.net> # Copyright 2006 Glenn McGrath -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh diff --git a/testsuite/uuencode.tests b/testsuite/uuencode.tests index adb2d33..cd6191b 100755 --- a/testsuite/uuencode.tests +++ b/testsuite/uuencode.tests @@ -2,7 +2,7 @@ # unit test for uuencode to test functionality. # Copyright 2006 by Erik Hovland <erik@hovland.org> -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. # AUDIT: Unit tests for uuencode diff --git a/testsuite/xargs.tests b/testsuite/xargs.tests index 6463252..2d0a201 100755 --- a/testsuite/xargs.tests +++ b/testsuite/xargs.tests @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2008 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. +# Licensed under GPLv2, see file LICENSE in this source tree. . ./testing.sh |