diff options
Diffstat (limited to 'tests/libtest/test75.pl')
-rwxr-xr-x | tests/libtest/test75.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test75.pl b/tests/libtest/test75.pl index 01a53ff15..4d14b1e12 100755 --- a/tests/libtest/test75.pl +++ b/tests/libtest/test75.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # Check that the length of a given URL is correct -if ( $#ARGV != 1 ) +if ( $#ARGV != 1 ) { print "Usage: $0 string length\n"; exit 3; |