Index: gdb.base/setshow.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/setshow.exp,v retrieving revision 1.21 diff -a -p -u -r1.21 setshow.exp --- gdb.base/setshow.exp 20 Apr 2011 14:56:49 -0000 1.21 +++ gdb.base/setshow.exp 14 Oct 2011 11:33:49 -0000 @@ -260,3 +260,7 @@ gdb_test "show verbose" "Verbose printin gdb_test_no_output "set verbose off" "set verbose off" #test show verbose off gdb_test "show verbose" "Verbosity is off..*" "show verbose (off)" +#test set remote exec-file +gdb_test_no_output "set remote exec-file xxx " +#test show remote exec-file +gdb_test "show remote exec-file" "The remote pathname for \"run\" is \"xxx\"."