diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /testsuite | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2 busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip |
- update my name. No obj-code changes ;)
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/pidof.tests | 2 | ||||
-rwxr-xr-x | testsuite/sum.tests | 2 | ||||
-rwxr-xr-x | testsuite/taskset.tests | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/pidof.tests b/testsuite/pidof.tests index 29cfa943a..a05a30239 100755 --- a/testsuite/pidof.tests +++ b/testsuite/pidof.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # pidof tests. | 3 | # pidof tests. |
4 | # Copyright 2005 by Bernhard Fischer | 4 | # Copyright 2005 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPL v2, see file LICENSE for details. |
6 | 6 | ||
7 | # AUDIT: | 7 | # AUDIT: |
diff --git a/testsuite/sum.tests b/testsuite/sum.tests index 0993f03b1..e537cf607 100755 --- a/testsuite/sum.tests +++ b/testsuite/sum.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # unit test for sum. | 3 | # unit test for sum. |
4 | # Copyright 2007 by Bernhard Fischer | 4 | # Copyright 2007 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2 or later, see file LICENSE for details. | 5 | # Licensed under GPL v2 or later, see file LICENSE for details. |
6 | 6 | ||
7 | # AUDIT: Unit tests for sum | 7 | # AUDIT: Unit tests for sum |
diff --git a/testsuite/taskset.tests b/testsuite/taskset.tests index a3757ab5b..45993648f 100755 --- a/testsuite/taskset.tests +++ b/testsuite/taskset.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2006 Bernhard Fischer | 3 | # Copyright 2006 Bernhard Reutner-Fischer |
4 | # Licensed under GPL v2 or later, see file LICENSE for details. | 4 | # Licensed under GPL v2 or later, see file LICENSE for details. |
5 | 5 | ||
6 | . testing.sh | 6 | . testing.sh |