Artifact e8193d8a2537fd8242b30b0f058770d34d484686:
- File build/test/tests/02-nameofexe.tcl — part of check-in [b180e9a80f] at 2010-09-26 04:46:10 on branch trunk — Added internal testing script (user: rkeene, size: 120) [annotate] [blame] [check-ins using]
#! /usr/bin/env tclsh set outputname [lindex $argv 0] if {[info nameofexecutable] == $outputname} { exit 0 } exit 1