tobijk / caius

A functional testing framework in object-oriented Tcl
MIT License
26 stars 4 forks source link

Try [info nameofexecutable] as a compatible shell before searching PATH. #7

Closed apnadkarni closed 9 years ago

apnadkarni commented 9 years ago

Also prompt user before actually installing. And check inodes so as to not test the same shell multiple times.

tobijk commented 9 years ago

That looks just perfect. Testing the inode is a great idea!