summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/dir-rm-root.ck
blob: 8a69ff3c1f943b167bb18480ddcf390bd69007c5 (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-rm-root) begin
(dir-rm-root) remove "/" (must fail)
(dir-rm-root) create "/a"
(dir-rm-root) end
EOF
pass;