summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/dir-rmdir.ck
blob: e0d892251e02c4573000e56f11e56ac11b422eb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(dir-rmdir) begin
(dir-rmdir) mkdir "a"
(dir-rmdir) rmdir "a"
(dir-rmdir) chdir "a" (must return false)
(dir-rmdir) end
EOF
pass;