Skip gdb.base/gdbhistsize-history.exp on remote hosts.
[external/binutils.git] / gdb / testsuite / gdb.base / gdbhistsize-history.exp
index 75d98e1..a5d0e43 100644 (file)
 # Test the setting of "history size" via the GDBHISTSIZE environment variable
 
 
+# We cannot expect remote hosts to see environment variables set on the
+# local machine.
+
+if { [is_remote host] } {
+    unsupported "can't set environment variables on remote host"
+    return -1
+}
+
 # Check that the history size is properly set to SIZE when the environment
 # variable ENV_VAR is set to GDBHISTSIZE.