Loading tests/libtest/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ INCLUDES = -I$(top_srcdir)/include/curl \ LIBDIR = $(top_builddir)/lib EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl test1022.pl delay.pl EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl test1022.pl # files used only in some libcurl test programs TESTUTIL = testutil.c testutil.h Loading tests/libtest/delay.pldeleted 100755 → 0 +0 −16 Original line number Diff line number Diff line #!/usr/bin/env perl # sleep for a number of seconds if ( $#ARGV != 0 ) { print "Usage: $0 seconds\n"; exit 1; } if ( $ARGV[0] =~ /(\d+)/ ) { sleep $1; exit 0; } else { print "Usage: $0 seconds\n"; exit 1; } Loading
tests/libtest/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ INCLUDES = -I$(top_srcdir)/include/curl \ LIBDIR = $(top_builddir)/lib EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl test1022.pl delay.pl EXTRA_DIST = test75.pl test307.pl test610.pl test613.pl test1013.pl test1022.pl # files used only in some libcurl test programs TESTUTIL = testutil.c testutil.h Loading
tests/libtest/delay.pldeleted 100755 → 0 +0 −16 Original line number Diff line number Diff line #!/usr/bin/env perl # sleep for a number of seconds if ( $#ARGV != 0 ) { print "Usage: $0 seconds\n"; exit 1; } if ( $ARGV[0] =~ /(\d+)/ ) { sleep $1; exit 0; } else { print "Usage: $0 seconds\n"; exit 1; }