diff options
Diffstat (limited to 'tests/mkdir/t-slash')
-rwxr-xr-x | tests/mkdir/t-slash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mkdir/t-slash b/tests/mkdir/t-slash index 3214bf4f4..4213784df 100755 --- a/tests/mkdir/t-slash +++ b/tests/mkdir/t-slash @@ -24,7 +24,6 @@ fi . $srcdir/test-lib.sh -fail=0 mkdir -p dir/ || fail=1 test -d dir || fail=1 |