diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-30 21:43:29 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-30 21:43:29 +0000 |
commit | df446179335aa40c9f8650abe4bddaeb515a05a6 (patch) | |
tree | 037e6c148273e5872432cedf3e87582b34cb1337 /TAO/tests/NestedUpcall | |
parent | cb1514de855dce08c2a4ee9e4cc3f0be7e66a9eb (diff) | |
download | ATCD-df446179335aa40c9f8650abe4bddaeb515a05a6.tar.gz |
ChangeLogTag:Thu Jul 30 16:40:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rwxr-xr-x | TAO/tests/NestedUpcall/MT_Client_Test/run_test.pl | 2 | ||||
-rwxr-xr-x | TAO/tests/NestedUpcall/Triangle_Test/run_test.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/run_test.pl b/TAO/tests/NestedUpcall/MT_Client_Test/run_test.pl index 445a2201539..9e95d871e75 100755 --- a/TAO/tests/NestedUpcall/MT_Client_Test/run_test.pl +++ b/TAO/tests/NestedUpcall/MT_Client_Test/run_test.pl @@ -1,5 +1,5 @@ #$Id$ -# -*- perl-mode -*- +# -*- perl -*- eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; diff --git a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl index 6b903ee9200..54a9c4ba695 100755 --- a/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl +++ b/TAO/tests/NestedUpcall/Triangle_Test/run_test.pl @@ -1,5 +1,5 @@ #$Id$ -# -*- perl-mode -*- +# -*- perl -*- eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; |