diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-15 03:49:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:27 -0500 |
commit | a4e571b58969fc75c40152c39b7d4e0fa3f6ad3f (patch) | |
tree | 98900bcff325cb951b1f5e530d3dd013b0e243dc | |
parent | 2e11a2b60181cff1fd9fc9716563ae77e18db10c (diff) | |
download | samba-a4e571b58969fc75c40152c39b7d4e0fa3f6ad3f.tar.gz samba-a4e571b58969fc75c40152c39b7d4e0fa3f6ad3f.tar.bz2 samba-a4e571b58969fc75c40152c39b7d4e0fa3f6ad3f.zip |
r22877: Remove stray 'l'
(This used to be commit 97960421a17ea0f48b8b355e55d796f0837c73cd)
-rwxr-xr-x | source4/selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index 982d4a77b0..0c9f6acd08 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -366,7 +366,7 @@ sub run_test($$$$$$) $statistics->{TESTS_EXPECTED_FAIL}++; $expected_ret = 0; } else { - print "n:$name/$2l\n"; + print "n:$name/$2\n"; $statistics->{TESTS_UNEXPECTED_FAIL}++; } } elsif ($1 eq "skip") { |