Skip tests that use cd for remote hosts
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / fullpath-expand.exp
index 949f3fc8937fbb03791f221997162ba4eb45906c..213b4c5127de999fa013a48c2247524446289f95 100644 (file)
 
 standard_testfile .c fullpath-expand-func.c
 
+if [is_remote host] {
+    unsupported "Compiling on a remote host does not support a filename with directory."
+    return 0
+}
+
 if { [file pathtype $objdir] != "absolute" } {
     untested "objdir $objdir is not absolute"
     return -1
This page took 0.024143 seconds and 4 git commands to generate.