* tests/plain-functions.sh (skip_all_): Call `skip_', not `skip'.
+2011-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ test defs: fix bug in plain version of `skip_all_'
+ * tests/plain-functions.sh (skip_all_): Call `skip_', not `skip'.
+
2011-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
test defs: small cleanups and tweakings
framework_failure_ () { warn_ "$me: set-up failure: $@"; Exit 99; }
# For compatibility with TAP functions.
-skip_all_ () { skip "$@"; }
+skip_all_ () { skip_ "$@"; }
: