Sfoglia il codice sorgente

Update TFKit to v0.0.7

Alois Mahdal 8 anni fa
parent
commit
9ebec6398d
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1
    1
      utils/tfkit/include/harness.sh
  2. 1
    1
      utils/tfkit/include/tools.sh
  3. 2
    2
      utils/tfkit/runtests

+ 1
- 1
utils/tfkit/include/harness.sh Vedi File

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2
-# ffoo test harness
2
+# tfkit - Shellfu's movable test framework
3 3
 # See LICENSE file for copyright and license details.
4 4
 
5 5
 . "$TF_DIR/include/common.sh"

+ 1
- 1
utils/tfkit/include/tools.sh Vedi File

@@ -10,7 +10,7 @@ tf_testflt() {
10 10
     # Run a simple test for a unix filter
11 11
     #
12 12
     #     tf_testflt -n foo [-i foo.stdin] \
13
-    #                [-O ffoo.stdout] [-E ffoo.stderr] [-S 3] \
13
+    #                [-O foo.stdout] [-E foo.stderr] [-S 3] \
14 14
     #                cmd arg...
15 15
     #
16 16
     # Will drop *result/NAME.stdout* and *result/NAME.stderr* (intentionally

+ 2
- 2
utils/tfkit/runtests Vedi File

@@ -1,8 +1,8 @@
1 1
 #!/bin/bash
2
-# ffoo test framework
2
+# tfkit - Shellfu's movable test framework
3 3
 # See LICENSE file for copyright and license details.
4 4
 
5
-TF_VERSION="0.0.6"
5
+TF_VERSION="0.0.7"
6 6
 
7 7
 die() {
8 8
     echo "$@" && exit 9