Browse Source

Fix forgotten test update

Alois Mahdal 7 years ago
parent
commit
eba38f784c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tests/pretty_basic/TF_RUN

+ 2
- 2
tests/pretty_basic/TF_RUN View File

@@ -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" ;;