blob: db452b0917621798578d14c3f2115943969c37eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(dir-vine) begin
(dir-vine) creating many levels of files and directories...
(dir-vine) removing all but top 10 levels of files and directories...
(dir-vine) end
EOF
pass;
|