diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/fileio.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/fileio.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/fileio.exp b/gdb/testsuite/gdb.base/fileio.exp index 89f0997..00c2b16 100644 --- a/gdb/testsuite/gdb.base/fileio.exp +++ b/gdb/testsuite/gdb.base/fileio.exp @@ -210,6 +210,13 @@ gdb_test continue \ "Continuing\\..*system 4:.*OK$stop_msg" \ "System with invalid command returns 127" +# Prepare the directory for rename tests in case that test_system +# failed to create. +set dir1 [file join $outdir "dir1.fileio.test" "subdir.fileio.test"] +remote_exec host "mkdir -p $dir1" +set dir1 [file join $outdir "dir2.fileio.test"] +remote_exec host "mkdir $dir1" + gdb_test continue \ "Continuing\\..*rename 1:.*OK$stop_msg" \ "Rename a file" |