diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 13752efb3e..6f5f9aadfb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-04-17 Marcus Shawcroft + + * gdb.java/jnpe.exp: Drop srcdir from untested path. + 2014-04-17 Marcus Shawcroft * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc): diff --git a/gdb/testsuite/gdb.java/jnpe.exp b/gdb/testsuite/gdb.java/jnpe.exp index 054ade80fb..bd47f109c6 100644 --- a/gdb/testsuite/gdb.java/jnpe.exp +++ b/gdb/testsuite/gdb.java/jnpe.exp @@ -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 }