03-argv0.tcl

File build/test/tests/03-argv0.tcl from the latest check-in


#! /usr/bin/env tclsh

if {[file tail $argv0] == "03-argv0.tcl"} {
	exit 0
}

exit 1