2003-07-27 Andrew Cagney <cagney@redhat.com>

* gdb.base/fileio.exp: Use SH when running commands using
	remote_exec.
This commit is contained in:
Andrew Cagney 2003-07-27 21:24:09 +00:00
parent c8a7f6ac64
commit 225f2bf663
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-07-27 Andrew Cagney <cagney@redhat.com>
* gdb.base/fileio.exp: Use SH when running commands using
remote_exec.
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
From Kei Sakamoto <sakamoto.kei@renesas.com>:

View File

@ -52,8 +52,8 @@ if [get_compiler_info ${binfile}] {
return -1;
}
remote_exec build "test -r dir2.fileio.test && chmod -f +w dir2.fileio.test"
remote_exec build "rm -rf *.fileio.test"
remote_exec build {sh -xc test\ -r\ dir2.fileio.test\ &&\ chmod\ -f\ +w\ dir2.fileio.test}
remote_exec build {sh -xc rm\ -rf\ *.fileio.test}
set oldtimeout $timeout
set timeout [expr "$timeout + 60"]
@ -269,9 +269,8 @@ gdb_test continue \
send_gdb "quit\n"
send_gdb "y\n"
remote_exec build "test -r dir2.fileio.test && chmod -f +w dir2.fileio.test"
remote_exec build "rm -rf *.fileio.test"
remote_exec build {sh -xc test\ -r\ dir2.fileio.test\ &&\ chmod\ -f\ +w\ dir2.fileio.test}
remote_exec build {sh -xc rm\ -rf\ *.fileio.test}
set timeout $oldtimeout
return 0