bc: fix "echo -n '#foo' | bc" not eating last 'o'
[oweals/busybox.git] / testsuite / mkdir / mkdir-makes-parent-directories
1 busybox mkdir -p foo/bar
2 test -d foo -a -d foo/bar