diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-05 17:14:45 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-05 17:14:45 +0000 |
commit | 58033491c6d0bac82315c1fdb1ec9b39be58093f (patch) | |
tree | c69c3aa67ec66758066e959bd0d533ea336ec236 /examples/Export/run_test.pl | |
parent | 2efc882384a34f61311a24fc641d1b5fd5776356 (diff) | |
download | ATCD-TAO-1_5.tar.gz |
This commit was manufactured by cvs2svn to create tag 'TAO-1_5'.TAO-1_5
Diffstat (limited to 'examples/Export/run_test.pl')
-rwxr-xr-x | examples/Export/run_test.pl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/Export/run_test.pl b/examples/Export/run_test.pl deleted file mode 100755 index 7c84078d8ff..00000000000 --- a/examples/Export/run_test.pl +++ /dev/null @@ -1,17 +0,0 @@ -eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' - & eval 'exec perl -S $0 $argv:q' - if 0; - -# $Id$ -# -*- perl -*- - -use lib "../../bin"; -use PerlACE::Run_Test; - -$TEST = new PerlACE::Process ("test"); - -$status = $TEST->SpawnWaitKill (20); - -$status = 1 if ($status < 0); - -exit $status; |