Artifact c51072ab98ac22183be1a748721dcf30e3ee0b61:
- File build/test/tests/03-argv0.tcl — part of check-in [b180e9a80f] at 2010-09-26 04:46:10 on branch trunk — Added internal testing script (user: rkeene, size: 85) [annotate] [blame] [check-ins using]
#! /usr/bin/env tclsh if {[file tail $argv0] == "03-argv0.tcl"} { exit 0 } exit 1