Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [commit, 6.0] Fix fileio test cleanup
@ 2003-07-27 21:48 Michael Elizabeth Chastain
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Elizabeth Chastain @ 2003-07-27 21:48 UTC (permalink / raw)
  To: drow, gdb-patches

drow> Did notice, didn't figure out what to do about it.  Thanks - the
drow> unwritable directory was a real nuisance.

Ah, yeah, I noticed that too, I'm glad Andrew handled it before
I paid much attention to it.  Cool beans.

It wasn't bugging me because the Perl function to delete trees
quietly does its own "chmod".

Michael C


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [commit, 6.0] Fix fileio test cleanup
@ 2003-07-27 21:18 Andrew Cagney
  2003-07-27 21:26 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2003-07-27 21:18 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

(suprised no one noticed)
I didn't quite get the switch from system->remote_exec right in the file 
I/O tests.  This fixes the problem - remote_exec wasn't doing shell 
expansion.

committed to 6.0 and mainline,
Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1185 bytes --]

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

	* gdb.base/fileio.exp: Use SH when running commands using
	remote_exec.

Index: testsuite/gdb.base/fileio.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/fileio.exp,v
retrieving revision 1.3
diff -u -r1.3 fileio.exp
--- testsuite/gdb.base/fileio.exp	14 Jun 2003 16:51:42 -0000	1.3
+++ testsuite/gdb.base/fileio.exp	27 Jul 2003 20:44:49 -0000
@@ -52,8 +52,8 @@
     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 @@
 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
-

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-27 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 21:48 [commit, 6.0] Fix fileio test cleanup Michael Elizabeth Chastain
  -- strict thread matches above, loose matches on Subject: below --
2003-07-27 21:18 Andrew Cagney
2003-07-27 21:26 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox