Drop srcdir from untested source path.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 17 Apr 2014 14:26:37 +0000 (15:26 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 17 Apr 2014 14:26:37 +0000 (15:26 +0100)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/jnpe.exp

index 13752ef..6f5f9aa 100644 (file)
@@ -1,5 +1,9 @@
 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
+       * gdb.java/jnpe.exp: Drop srcdir from untested path.
+
+2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
        * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
        Drop prefix from unsupported source file path.
 
index 054ade8..bd47f10 100644 (file)
@@ -17,7 +17,7 @@ load_lib "java.exp"
 
 standard_testfile .java
 if  { [compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != "" } {
-    untested "Couldn't compile ${srcdir}/$subdir/${srcfile}"
+    untested "Couldn't compile $subdir/${srcfile}"
     return -1
 }