* tests/defs.in (non-cross): Rename requirement ...
(native): ... to this, which is clearer and fits the
existing lingo better.
Suggestion by Ralf Wildenhues.
+2011-05-19 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ test defs: rename requirement 'non-cross' -> 'native'
+ * tests/defs.in (non-cross): Rename requirement ...
+ (native): ... to this, which is clearer and fits the
+ existing lingo better.
+ Suggestion by Ralf Wildenhues.
+
2011-05-15 Stefano Lattarini <stefano.lattarini@gmail.com>
testsuite: be more cross-compile friendly
rm -f $priv_check_temp
test $overwrite_status = 0 && exit 77
;;
- non-cross)
+ native)
cross_compiling && skip_ "doesn't work in cross-compile mode"
;;
python)