Skip tests that use cd for remote hosts
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / macro-relative.exp
index c160877177e1669895d3c5a5e8d36e964c5c8b78..c1506a9ade775f89bca6e12f3426e98ce1bba8f7 100644 (file)
@@ -21,6 +21,11 @@ if [using_fission] {
     return -1
 }
 
+if [is_remote host] {
+    unsupported "Compiling on a remote host does not support a filename with directory."
+    return 0
+}
+
 set opts {debug additional_flags=-I.}
 
 get_compiler_info
This page took 0.024261 seconds and 4 git commands to generate.