summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/md5sum/basic-12
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/md5sum/basic-1 b/tests/md5sum/basic-1
index 36add5abd..71bbc4a0b 100755
--- a/tests/md5sum/basic-1
+++ b/tests/md5sum/basic-1
@@ -36,8 +36,6 @@ my @Tests =
{OUT=>"57edf4a22be3c955ac49da2e2107b67a f\n"}],
['backslash', {IN=> {".\\foo"=> ''}},
{OUT=>"\\$degenerate .\\\\foo\n"}],
- ['newline', {IN=> {"a\nb"=> ''}},
- {OUT=>"\\$degenerate a\\nb\n"}],
);
my $save_temps = $ENV{DEBUG};