run_dump_test source in build directory
[deliverable/binutils-gdb.git] / binutils / testsuite / lib / binutils-common.exp
index afe21fa758519f807fafb02304d5244a3b3397b8..213e53f1f53033a58f769bdf2ef815d9c3660d93 100644 (file)
@@ -928,7 +928,7 @@ proc run_dump_test { name {extra_options {}} } {
     } else {
        set sourcefiles {}
        foreach sf $opts(source) {
-           if { [string match "/*" $sf] } {
+           if { [string match "./*" $sf] } {
                lappend sourcefiles "$sf"
            } else {
                lappend sourcefiles "$srcdir/$subdir/$sf"
This page took 0.025521 seconds and 4 git commands to generate.