Fix copyright year, remove linux only test.
authorDoug Evans <xdje42@gmail.com>
Tue, 19 Apr 2016 16:06:53 +0000 (09:06 -0700)
committerDoug Evans <xdje42@gmail.com>
Tue, 19 Apr 2016 16:06:53 +0000 (09:06 -0700)
gdb/testsuite/gdb.base/bad-file.exp

index 0b085a5..82ca3d4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2015 Free Software Foundation, Inc.
+# Copyright 2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 # Test passing bad files to gdb.  PR symtab/17911
 
-# We watch for specific text for errno, so only test on systems we have
-# confidence in the error text.
-
-if { ! [ishost "*-*-linux*"] } {
-  return 0
-}
+# Note: While we test for specific text in error messages,
+# thus perhaps making the test host specific, if your host
+# print different text then the plan is to update the expected text
+# instead of making this test linux-only or some such.
 
 # There is no such file, but we still use the normal mechanism to pick
 # its name and path.