Parcourir la source

Fix filename reported in warning

Alois Mahdal il y a 10 ans
Parent
révision
286875cae1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      test/include/simple.sh

+ 1
- 1
test/include/simple.sh Voir le fichier

@@ -77,7 +77,7 @@ tf_do_subtest() {
77 77
     fi
78 78
     if ! eval "$(tf_parse_meta stdout,stderr,es o_ < $name.oracle)";
79 79
     then
80
-        tf_warn "bad header format: $name";
80
+        tf_warn "bad header format: $name.oracle";
81 81
         return $TF_ES_BAILOUT
82 82
     fi
83 83
     test -n "$o_stdout" && o_stdout=$name.oracle.stdout