aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test75.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/test75.pl')
-rwxr-xr-xtests/libtest/test75.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/libtest/test75.pl b/tests/libtest/test75.pl
index 4d14b1e12..31cdfb8cc 100755
--- a/tests/libtest/test75.pl
+++ b/tests/libtest/test75.pl
@@ -2,12 +2,12 @@
# Check that the length of a given URL is correct
if ( $#ARGV != 1 )
{
- print "Usage: $0 string length\n";
- exit 3;
+ print "Usage: $0 string length\n";
+ exit 3;
}
if (length(@ARGV[0]) != @ARGV[1])
{
- print "Given host IP and port not supported\n";
- exit 1;
+ print "Given host IP and port not supported\n";
+ exit 1;
}
exit 0;