* gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
authorJeff Law <law@redhat.com>
Mon, 17 Jul 1995 16:14:48 +0000 (16:14 +0000)
committerJeff Law <law@redhat.com>
Mon, 17 Jul 1995 16:14:48 +0000 (16:14 +0000)
cases.

gdb/testsuite/gdb.base/a1-selftest.exp

index 380991d..58ef0ac 100644 (file)
@@ -168,7 +168,7 @@ proc test_with_self {} {
            fail "$description"
        }
        timeout {
-           fail "$description" (timeout)"
+           fail "$description (timeout)"
        }
     }
 
@@ -188,7 +188,7 @@ proc test_with_self {} {
            fail "$description"
        }
        timeout {
-           fail "$description" (timeout)"
+           fail "$description (timeout)"
        }
     }
     
@@ -208,7 +208,7 @@ proc test_with_self {} {
            fail "$description"
        }
        timeout {
-           fail "$description" (timeout)"
+           fail "$description (timeout)"
        }
     }
     
@@ -228,7 +228,7 @@ proc test_with_self {} {
            fail "$description"
        }
        timeout {
-           fail "$description" (timeout)"
+           fail "$description (timeout)"
        }
     }
 
@@ -366,7 +366,7 @@ proc test_with_self {} {
                fail "$description"
            }
            timeout {
-               fail "$description" (timeout)"
+               fail "$description (timeout)"
            }
        }
     }