~vcs-imports-ii/dejagnu/master

« back to all changes in this revision

Viewing changes to lib/dg.exp

  • Committer: Ben Elliston
  • Date: 2018-12-09 07:41:26 UTC
  • Revision ID: git-v1:e2fb9266669c87021ce666f8dca81ab2d96635d1
        * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
        baseboards/i386-sid.exp, baseboards/mt-sid.exp,
        baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
        config/gdb_stub.exp, config/sim.exp, config/unix.exp,
        config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
        lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
        lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
        lib/utils.exp, testsuite/lib/libsup.exp,
        testsuite/runtest.all/options.exp,: Remove unnecessary braces
        around variable expansions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
813
813
                        setup_xfail "*-*-*"
814
814
                    }
815
815
                    set texttmp [lindex ${dg-output-text} 1]
816
 
                    if { ![regexp -- $texttmp ${output}] } {
 
816
                    if { ![regexp -- $texttmp $output] } {
817
817
                        fail "$name output pattern test"
818
818
                        send_log "Output was:\n${output}\nShould match:\n$texttmp\n"
819
819
                        verbose "Failed test for output pattern $texttmp" 3