11 lines
222 B
Text
Executable file
11 lines
222 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
|
|
(dir-rm-root) begin
|
|
(dir-rm-root) remove "/" (must fail)
|
|
(dir-rm-root) create "/a"
|
|
(dir-rm-root) end
|
|
EOF
|
|
pass;
|