Преглед на файлове

Fix forgotten test update

Alois Mahdal преди 9 години
родител
ревизия
eba38f784c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      tests/pretty_basic/TF_RUN

+ 2
- 2
tests/pretty_basic/TF_RUN Целия файл

@@ -4,7 +4,7 @@
4 4
 . "$TF_DIR/include/tools.sh"
5 5
 
6 6
 . "$(shellfu-get path)" || tf_exit_error "failed to init shellfu"
7
-SHELLFU_PRETTY=plain
7
+PRETTY=plain
8 8
 shellfu import pretty   || tf_exit_error "failed to import pretty"
9 9
 
10 10
 tf_enum_subtests() {
@@ -62,7 +62,7 @@ tf_do_subtest() {
62 62
     local o_out="oracle/$ttype/$tfun.stdout"
63 63
     local o_err="oracle/$ttype/$tfun.stderr"
64 64
     local cmd
65
-    tf_debug "SHELLFU_PRETTY=$SHELLFU_PRETTY"
65
+    tf_debug "PRETTY=$PRETTY"
66 66
     case $tfun in
67 67
         debug)          cmd='debug foo' ;;
68 68
         debug_pipe)     cmd='debug_pipe foo'; t_in="test/$name.stdin" ;;