test defs: rename requirement 'non-cross' -> 'native'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 May 2011 19:48:27 +0000 (21:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 May 2011 19:49:21 +0000 (21:49 +0200)
* tests/defs.in (non-cross): Rename requirement ...
(native): ... to this, which is clearer and fits the
existing lingo better.

Suggestion by Ralf Wildenhues.

ChangeLog
tests/defs.in

index 333e3ab9ee8023efac1de92c1e52d9cfdee7c71d..d50f10f29a6d240c26c9e08b03c2d1b6db40904a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index 736a3940ea16704f1310149bb7222e6be4964eb0..e020498af9d11f1fe3908043d063a32116c5e423 100644 (file)
@@ -292,7 +292,7 @@ do
       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)