[gdb/testsuite] Fix unterminated string in i386-pkru.exp
authorTom de Vries <tdevries@suse.de>
Fri, 26 Jul 2019 19:49:45 +0000 (21:49 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 26 Jul 2019 19:49:45 +0000 (21:49 +0200)
I ran into this error:
...
ERROR: tcl error sourcing gdb/testsuite/gdb.arch/i386-pkru.exp.
ERROR: missing "
    while executing
"untested ""
    invoked from within
"if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     [list debug additional_flags=${comp_flags}]] } {
    untested "failed to c..."
    (file "gdb/testsuite/gdb.arch/i386-pkru.exp" line 25)
    invoked from within
...
caused by:
...
    untested "failed to compile x86 PKEYS test.
...

Fix the unterminated string.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-07-26  Tom de Vries  <tdevries@suse.de>

* gdb.arch/i386-pkru.exp: Fix unterminated string.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-pkru.exp

index 9d3d649..829b60e 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-26  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.arch/i386-pkru.exp: Fix unterminated string.
+
 2019-07-25  Tom de Vries  <tdevries@suse.de>
 
        PR testsuite/24830
index 7a2c657..db27152 100644 (file)
@@ -24,7 +24,7 @@ set comp_flags "-I${srcdir}/../nat/"
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
      [list debug additional_flags=${comp_flags}]] } {
-    untested "failed to compile x86 PKEYS test.
+    untested "failed to compile x86 PKEYS test."
     return -1
 }