==== run-chroot ====
cc -O2 -pipe  -g  -MD -MP  -c /home/src/regress/sys/kern/realpath-unmount/realpath-chroot.c
cc   -o realpath-chroot realpath-chroot.o 
cc -O2 -pipe  -g  -MD -MP  -c /home/src/regress/sys/kern/realpath-unmount/realpath-chdir.c
cc   -o realpath-chdir realpath-chdir.o 
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
/bin/sh: vnd: No such file or directory
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
/bin/sh: vnd: No such file or directory
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.035 secs (58604676 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath
doas -n ./realpath-chroot /mnt/regress-realpath /
doas -n umount /mnt/regress-realpath

==== run-chroot-dir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.058 secs (35676328 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo
doas -n ./realpath-chroot /mnt/regress-realpath/foo /
doas -n umount /mnt/regress-realpath

==== run-chroot-subdir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (85704321 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo
doas -n ./realpath-chroot /mnt/regress-realpath /foo
doas -n umount /mnt/regress-realpath

==== run-chroot-dir-subdir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (85167133 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo/bar
doas -n ./realpath-chroot /mnt/regress-realpath/foo /bar
doas -n umount /mnt/regress-realpath

==== run-chdir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (84910683 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath
doas -n ./realpath-chdir /mnt/regress-realpath .
doas -n umount /mnt/regress-realpath

==== run-chdir-dir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (85482994 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo
doas -n ./realpath-chdir /mnt/regress-realpath/foo .
doas -n umount /mnt/regress-realpath

==== run-chdir-subdir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (84572685 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo
doas -n ./realpath-chdir /mnt/regress-realpath foo
doas -n umount /mnt/regress-realpath

==== run-chdir-dir-subdir ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup
doas -n dd if=/dev/zero of=diskimage bs=512 count=4k
4096+0 records in
4096+0 records out
2097152 bytes transferred in 0.024 secs (85596206 bytes/sec)
doas -n vnconfig diskimage >vnd
doas -n newfs $(<vnd)c
/dev/rvnd0c: 2.0MB in 4096 sectors of 512 bytes
4 cylinder groups of 0.50MB, 32 blocks, 64 inodes each
super-block backups (for fsck -b #) at:
 160, 1184, 2208, 3232,
doas -n mkdir -p /mnt/regress-realpath
doas -n mount /dev/$(<vnd)c /mnt/regress-realpath
doas -n mkdir -p /mnt/regress-realpath/foo/bar
doas -n ./realpath-chdir /mnt/regress-realpath/foo bar
doas -n umount /mnt/regress-realpath

==== unconfig ====
doas -n umount -f /dev/$(<vnd)c 2>/dev/null || true
doas -n rmdir /mnt/regress-realpath 2>/dev/null || true
doas -n vnconfig -u $(<vnd) 2>/dev/null || true
doas -n rm -f stamp-setup